Skip to content

Commit b2c1f95

Browse files
fix risk_processor event_portfolio_percentiles.json
1 parent d454e47 commit b2c1f95

File tree

1 file changed

+46
-2
lines changed

1 file changed

+46
-2
lines changed

python/idsse/testing/risk_processor/percentiles/event_portfolio_percentiles.json

Lines changed: 46 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"riskResults": [
5656
{
57-
"evaluatedAt": "2025-02-07T21:03:03.610Z",
57+
"evaluatedAt": "2025-02-10T23:09:57.599Z",
5858
"conditionKey": "Binghamton, Snow",
5959
"productKey": "NBM CONUS",
6060
"region": "CONUS",
@@ -96,6 +96,18 @@
9696
"geoDist": [{ "-1.0": 7 }, { "-1.0": 7 }, { "-1.0": 7 }],
9797
"dataType": "dtrm"
9898
},
99+
{
100+
"name": "A",
101+
"type": "criteria",
102+
"validDt": [
103+
"2025-01-28T13:00:00.000Z",
104+
"2025-01-28T14:00:00.000Z",
105+
"2025-01-28T15:00:00.000Z"
106+
],
107+
"singleValue": [-1.0, -1.0, -1.0],
108+
"geoDist": [{ "-1.0": 7 }, { "-1.0": 7 }, { "-1.0": 7 }],
109+
"dataType": "prctl_p010"
110+
},
99111
{
100112
"name": "A",
101113
"type": "criteria",
@@ -124,6 +136,18 @@
124136
"geoDist": [{ "0.0": 7 }, { "0.0": 7 }, { "0.0": 7 }],
125137
"dataType": "dtrm"
126138
},
139+
{
140+
"name": "A",
141+
"type": "raw",
142+
"validDt": [
143+
"2025-01-28T13:00:00.000Z",
144+
"2025-01-28T14:00:00.000Z",
145+
"2025-01-28T15:00:00.000Z"
146+
],
147+
"singleValue": [0.0, 0.0, 0.0],
148+
"geoDist": [{ "0.0": 7 }, { "0.0": 7 }, { "0.0": 7 }],
149+
"dataType": "prctl_p010"
150+
},
127151
{
128152
"name": "A",
129153
"type": "raw",
@@ -213,6 +237,26 @@
213237
}
214238
]
215239
},
240+
{
241+
"name": "A",
242+
"type": "criteria",
243+
"dataType": "prctl_p010",
244+
"proximalThresh": -0.5,
245+
"states": [
246+
{
247+
"durationInMin": 120,
248+
"min": -1.0,
249+
"minAt": "2025-01-28T13:00:00.000Z",
250+
"max": -1.0,
251+
"startDt": "2025-01-28T13:00:00.000Z",
252+
"endDt": "2025-01-28T15:00:00.000Z",
253+
"maxAt": "2025-01-28T13:00:00.000Z",
254+
"empirical": "MISS",
255+
"geographical": "HIT",
256+
"temporal": "HIT"
257+
}
258+
]
259+
},
216260
{
217261
"name": "A",
218262
"type": "criteria",
@@ -260,4 +304,4 @@
260304
]
261305
}
262306
]
263-
}
307+
}

0 commit comments

Comments
 (0)