{
  "generatedAtUtc": "2026-02-11T11:20:05.033Z",
  "config": {
    "MAX_MARKETS": 60,
    "MAX_LLM_EVAL": 15,
    "EDGE_THRESHOLD": 0.08,
    "MAX_FRACTION_PER_TRADE": 0.06,
    "model": "gpt-4o-mini"
  },
  "bankrollUsd": 50,
  "evaluatedCount": 65,
  "evidenceCoverage": {
    "weatherSelectedCount": 6,
    "noaaEvidenceCount": 0,
    "cryptoEvidenceCount": 0,
    "llmCallsUsed": 0,
    "noaaDemoOk": true,
    "noaaDemoPlace": "New York City"
  },
  "noaaDemo": {
    "place": "New York City",
    "location": {
      "name": "New York",
      "admin1": "New York",
      "country": "United States",
      "latitude": 40.71427,
      "longitude": -74.00597
    },
    "forecast": {
      "source": "NOAA/NWS api.weather.gov",
      "forecastUrl": "https://api.weather.gov/gridpoints/OKX/33,35/forecast",
      "updatedAt": null,
      "periods": [
        {
          "name": "Overnight",
          "startTime": "2026-02-11T03:00:00-05:00",
          "endTime": "2026-02-11T06:00:00-05:00",
          "temperature": 34,
          "temperatureUnit": "F",
          "windSpeed": "9 mph",
          "windDirection": "W",
          "shortForecast": "Slight Chance Drizzle",
          "detailedForecast": "A slight chance of drizzle before 4am. Mostly cloudy. Low around 34, with temperatures rising to around 36 overnight. West wind around 9 mph. Chance of precipitation is 20%.",
          "probabilityOfPrecipitation": 22
        },
        {
          "name": "Wednesday",
          "startTime": "2026-02-11T06:00:00-05:00",
          "endTime": "2026-02-11T18:00:00-05:00",
          "temperature": 40,
          "temperatureUnit": "F",
          "windSpeed": "12 to 21 mph",
          "windDirection": "W",
          "shortForecast": "Mostly Sunny",
          "detailedForecast": "Mostly sunny. High near 40, with temperatures falling to around 38 in the afternoon. West wind 12 to 21 mph.",
          "probabilityOfPrecipitation": 0
        },
        {
          "name": "Wednesday Night",
          "startTime": "2026-02-11T18:00:00-05:00",
          "endTime": "2026-02-12T06:00:00-05:00",
          "temperature": 30,
          "temperatureUnit": "F",
          "windSpeed": "21 mph",
          "windDirection": "W",
          "shortForecast": "Mostly Clear",
          "detailedForecast": "Mostly clear. Low around 30, with temperatures rising to around 33 overnight. Wind chill values as low as 21. West wind around 21 mph.",
          "probabilityOfPrecipitation": 0
        },
        {
          "name": "Thursday",
          "startTime": "2026-02-12T06:00:00-05:00",
          "endTime": "2026-02-12T18:00:00-05:00",
          "temperature": 36,
          "temperatureUnit": "F",
          "windSpeed": "14 to 20 mph",
          "windDirection": "NW",
          "shortForecast": "Mostly Sunny",
          "detailedForecast": "Mostly sunny, with a high near 36. Wind chill values as low as 20. Northwest wind 14 to 20 mph.",
          "probabilityOfPrecipitation": 0
        },
        {
          "name": "Thursday Night",
          "startTime": "2026-02-12T18:00:00-05:00",
          "endTime": "2026-02-13T06:00:00-05:00",
          "temperature": 24,
          "temperatureUnit": "F",
          "windSpeed": "10 to 14 mph",
          "windDirection": "NW",
          "shortForecast": "Partly Cloudy",
          "detailedForecast": "Partly cloudy, with a low around 24. Northwest wind 10 to 14 mph.",
          "probabilityOfPrecipitation": 0
        },
        {
          "name": "Friday",
          "startTime": "2026-02-13T06:00:00-05:00",
          "endTime": "2026-02-13T18:00:00-05:00",
          "temperature": 36,
          "temperatureUnit": "F",
          "windSpeed": "12 mph",
          "windDirection": "W",
          "shortForecast": "Sunny",
          "detailedForecast": "Sunny, with a high near 36.",
          "probabilityOfPrecipitation": 0
        },
        {
          "name": "Friday Night",
          "startTime": "2026-02-13T18:00:00-05:00",
          "endTime": "2026-02-14T06:00:00-05:00",
          "temperature": 30,
          "temperatureUnit": "F",
          "windSpeed": "12 mph",
          "windDirection": "W",
          "shortForecast": "Partly Cloudy then Slight Chance Snow Showers",
          "detailedForecast": "A slight chance of snow showers after 1am. Partly cloudy, with a low around 30.",
          "probabilityOfPrecipitation": 20
        },
        {
          "name": "Saturday",
          "startTime": "2026-02-14T06:00:00-05:00",
          "endTime": "2026-02-14T18:00:00-05:00",
          "temperature": 40,
          "temperatureUnit": "F",
          "windSpeed": "13 mph",
          "windDirection": "W",
          "shortForecast": "Slight Chance Snow Showers then Sunny",
          "detailedForecast": "A slight chance of snow showers before 7am. Sunny, with a high near 40.",
          "probabilityOfPrecipitation": 20
        }
      ]
    }
  },
  "opportunities": [],
  "trades": [],
  "notes": {
    "noaa": "NOAA/NWS connector enabled (forecast horizon is limited; if outside horizon we mark data gaps).",
    "sports": "Sports connector planned; MVP does not fetch injury reports yet."
  }
}