Skip to content

Commit 74d2868

Browse files
authored
Merge pull request #79 from autonity/0xD9B99B-CLAIMS08W26-mainnet
Mainnet: Add product symbol CLAIMS08W26
2 parents d60c07b + c525013 commit 74d2868

File tree

1 file changed

+88
-0
lines changed

1 file changed

+88
-0
lines changed
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
{
2+
"product": {
3+
"base": {
4+
"metadata": {
5+
"builder": "0xD9B99BAe9E9550A6Ac2F74bA7DdE483a4462C548",
6+
"symbol": "CLAIMS08W26",
7+
"description": "US Initial Claims Week 8 2026"
8+
},
9+
"oracleSpec": {
10+
"oracleAddress": "0x06CaDDDf6CC08048596aE051c8ce644725219C73",
11+
"fsvDecimals": 0,
12+
"fspAlpha": "0.001",
13+
"fspBeta": "0.0",
14+
"fsvCalldata": "0x"
15+
},
16+
"collateralAsset": "0xAE2C6c29F6403fDf5A31e74CC8bFd1D75a3CcB8d",
17+
"startTime": "2026-02-13T16:00:00Z",
18+
"pointValue": "0.1",
19+
"priceDecimals": 3,
20+
"extendedMetadata": "bafybeigdyrzt5sfp7udm7hu76uh7y26nf3efuylqabf3oclgtqy55fbzdi"
21+
},
22+
"expirySpec": {
23+
"earliestFSPSubmissionTime": "2026-02-19T13:30:00Z",
24+
"tradeoutInterval": 3600
25+
},
26+
"minPrice": "185.000",
27+
"maxPrice": "275.000"
28+
},
29+
"outcome_space": {
30+
"fsp_type": "scalar",
31+
"description": "US Initial Jobless Claims (Thousands, Seasonally Adjusted)",
32+
"base_case": {
33+
"condition": "What will the US Initial Jobless Claims be for the week ending {observation.reference_date}?",
34+
"fsp_resolution": "FSP equals the seasonally adjusted number of initial jobless claims (in thousands) for the week ending {observation.reference_date}, as reported by the U.S. Department of Labor, Employment and Training Administration, and released on {observation.release_date}. Claims values are scaled by 0.001 (e.g., 241,000 claims settles as 241). This data is available via the FRED API (Series ID: ICSA)."
35+
},
36+
"edge_cases": [
37+
{
38+
"condition": "The U.S. Department of Labor announces that it cannot produce the Initial Jobless Claims number for the week ending {observation.reference_date} due to exceptional circumstances (such as government shutdown) but provides an alternative estimate or proxy value.",
39+
"fsp_resolution": "FSP = the alternative estimate or proxy value provided by the U.S. Department of Labor, scaled by 0.001."
40+
},
41+
{
42+
"condition": "The U.S. Department of Labor announces that it cannot produce the Initial Jobless Claims number for the week ending {observation.reference_date} due to exceptional circumstances and will not publish one for this period.",
43+
"fsp_resolution": "FSP = oracle_fallback.fallback_fsp, the Initial Jobless Claims value from preceding week, {observation.reference_date} - 7days."
44+
}
45+
],
46+
"frequency": "weekly",
47+
"units": "Thousands (scaled by 0.001)",
48+
"source_name": "U.S. Department of Labor, Employment and Training Administration",
49+
"source_uri": "https://fred.stlouisfed.org/series/ICSA",
50+
"history_api_spec": {
51+
"standard": "JSONPath",
52+
"url": "https://api.stlouisfed.org/fred/series/observations?series_id=ICSA&file_type=json",
53+
"date_path": "$.observations[*].date",
54+
"value_path": "$.observations[*].value",
55+
"headers": null,
56+
"timezone": "America/New_York",
57+
"date_format_type": "iso_8601",
58+
"auth_param_name": "api_key",
59+
"auth_param_location": "query"
60+
}
61+
},
62+
"outcome_point": {
63+
"fsp_type": "scalar",
64+
"observation": {
65+
"reference_date": "2026-02-14",
66+
"release_date": "2026-02-19"
67+
}
68+
},
69+
"oracle_config": {
70+
"description": "Prototype1 oracle configuration for Initial Jobless Claims data retrieval from FRED API",
71+
"project_url": "https://github.com/example/oracle-prototype1",
72+
"evaluation_api_spec": {
73+
"standard": "JSONPath",
74+
"url": "https://api.stlouisfed.org/fred/series/observations?series_id=ICSA&file_type=json",
75+
"date_path": "$.observations[?(@.date=='{outcome_point.observation.reference_date}')].date",
76+
"value_path": "$.observations[?(@.date=='{outcome_point.observation.reference_date}')].value",
77+
"headers": null,
78+
"timezone": "America/New_York",
79+
"date_format_type": "iso_8601",
80+
"auth_param_name": "api_key",
81+
"auth_param_location": "query"
82+
}
83+
},
84+
"oracle_fallback": {
85+
"fallback_fsp": "200.000",
86+
"fallback_time": "2026-05-21T13:30:00Z"
87+
}
88+
}

0 commit comments

Comments
 (0)