Skip to content

Commit

Permalink
fix risk_processor event_portfolio_percentiles.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mackenzie-grimes-noaa committed Feb 10, 2025
1 parent d454e47 commit b2c1f95
Showing 1 changed file with 46 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"riskResults": [
{
"evaluatedAt": "2025-02-07T21:03:03.610Z",
"evaluatedAt": "2025-02-10T23:09:57.599Z",
"conditionKey": "Binghamton, Snow",
"productKey": "NBM CONUS",
"region": "CONUS",
Expand Down Expand Up @@ -96,6 +96,18 @@
"geoDist": [{ "-1.0": 7 }, { "-1.0": 7 }, { "-1.0": 7 }],
"dataType": "dtrm"
},
{
"name": "A",
"type": "criteria",
"validDt": [
"2025-01-28T13:00:00.000Z",
"2025-01-28T14:00:00.000Z",
"2025-01-28T15:00:00.000Z"
],
"singleValue": [-1.0, -1.0, -1.0],
"geoDist": [{ "-1.0": 7 }, { "-1.0": 7 }, { "-1.0": 7 }],
"dataType": "prctl_p010"
},
{
"name": "A",
"type": "criteria",
Expand Down Expand Up @@ -124,6 +136,18 @@
"geoDist": [{ "0.0": 7 }, { "0.0": 7 }, { "0.0": 7 }],
"dataType": "dtrm"
},
{
"name": "A",
"type": "raw",
"validDt": [
"2025-01-28T13:00:00.000Z",
"2025-01-28T14:00:00.000Z",
"2025-01-28T15:00:00.000Z"
],
"singleValue": [0.0, 0.0, 0.0],
"geoDist": [{ "0.0": 7 }, { "0.0": 7 }, { "0.0": 7 }],
"dataType": "prctl_p010"
},
{
"name": "A",
"type": "raw",
Expand Down Expand Up @@ -213,6 +237,26 @@
}
]
},
{
"name": "A",
"type": "criteria",
"dataType": "prctl_p010",
"proximalThresh": -0.5,
"states": [
{
"durationInMin": 120,
"min": -1.0,
"minAt": "2025-01-28T13:00:00.000Z",
"max": -1.0,
"startDt": "2025-01-28T13:00:00.000Z",
"endDt": "2025-01-28T15:00:00.000Z",
"maxAt": "2025-01-28T13:00:00.000Z",
"empirical": "MISS",
"geographical": "HIT",
"temporal": "HIT"
}
]
},
{
"name": "A",
"type": "criteria",
Expand Down Expand Up @@ -260,4 +304,4 @@
]
}
]
}
}

0 comments on commit b2c1f95

Please sign in to comment.