{
  "kind": "synthetic teaching example; not a market backtest or forecast",
  "input": {
    "slug": "falling-market-example",
    "title": "A falling price path where the range loses money",
    "depositUsd": 1000,
    "entryPrice": 100,
    "halfWidthPct": 10,
    "inRangeFeeUsdPerDay": 2,
    "executionCostUsd": 2,
    "prices": [
      100,
      100,
      100,
      100,
      100,
      100,
      100,
      100,
      100,
      100,
      70,
      70,
      70,
      70,
      70,
      70,
      70,
      70,
      70,
      70,
      70,
      70,
      70,
      70,
      70,
      70,
      70,
      70,
      70,
      70
    ]
  },
  "result": {
    "version": "static-cl-example-v1",
    "range": {
      "min": 90.9090909090909,
      "max": 110.00000000000001
    },
    "daysInRange": 10,
    "observations": 30,
    "feesUsd": 20,
    "executionCostUsd": 2,
    "lpValueBeforeFeesUsd": 717.083096859552,
    "hodlValueUsd": 849.9999999999995,
    "divergenceUsd": -132.91690314044752,
    "finalValueUsd": 735.083096859552,
    "profitUsd": -264.91690314044797,
    "returnPct": -26.491690314044803,
    "excessVsHoldUsd": -114.91690314044752
  }
}
