@yottagraph-app/data-model-skill 0.0.10 → 0.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -48,7 +48,7 @@ A traded security, index, or reference rate for which FRED publishes price or yi
|
|
|
48
48
|
- Primary key: entity name (e.g. "10-Year U.S. Treasury", "S&P 500"). No strong ID — resolved by name with MERGEABLE mergeability.
|
|
49
49
|
- Entity resolver: named entity, MERGEABLE. Disambiguation snippet includes series title, frequency, and units.
|
|
50
50
|
- Source: `fred-source`
|
|
51
|
-
- Entities produced: U.S. Treasuries (1Y, 2Y, 10Y, 30Y, 3M bill), SOFR, SONIA,
|
|
51
|
+
- Entities produced: U.S. Treasuries (1Y, 2Y, 10Y, 30Y, 3M bill), SOFR, SONIA, NASDAQ Composite, CBOE VIX, FX pairs (JPY/USD, KRW/USD, USD/EUR, USD/GBP, CAD/USD, CNY/USD), U.S. Dollar Index, U.S. Dollar Advanced Economy Index
|
|
52
52
|
|
|
53
53
|
### `product`
|
|
54
54
|
|
|
@@ -77,7 +77,7 @@ These atoms appear once per series record, timestamped at the first observation
|
|
|
77
77
|
* `fred_series_id`
|
|
78
78
|
* Definition: FRED's unique alphanumeric identifier for the series.
|
|
79
79
|
* Source flavor: location, organization, financial_instrument, product
|
|
80
|
-
* Examples: `"GDP"`, `"UNRATE"`, `"DGS10"
|
|
80
|
+
* Examples: `"GDP"`, `"UNRATE"`, `"DGS10"`
|
|
81
81
|
* Derivation: `id` field from the FRED `/series` API response.
|
|
82
82
|
|
|
83
83
|
* `notes`
|
|
@@ -198,7 +198,6 @@ Each observation in a series becomes one atom timestamped at the observation dat
|
|
|
198
198
|
* `bank_lending_standards` — Net % of banks tightening C&I loan standards for large firms (Percent, quarterly). Series: DRTSCILM.
|
|
199
199
|
* `bank_lending_standards_small` — Net % of banks tightening C&I loan standards for small firms (Percent, quarterly). Series: DRTSCLNM. **Note: FRED reports this series as discontinued/nonexistent as of 2026-03.**
|
|
200
200
|
* `bank_lending_standards_cre` — Net % of banks tightening CRE lending standards (Percent, quarterly). Series: DRTSRCL. **Note: FRED reports this series as discontinued/nonexistent as of 2026-03.**
|
|
201
|
-
* `baa_10y_spread` — Moody's Baa corporate bond yield minus 10Y Treasury (Percent, daily). Series: BAA10Y.
|
|
202
201
|
* `credit_card_delinquency_rate` — Delinquency rate on credit card loans, all commercial banks (Percent, quarterly). Series: DRCCLACBS.
|
|
203
202
|
* `cre_delinquency_rate` — Delinquency rate on CRE loans excluding farmland (Percent, quarterly). Series: DRCRELEXFACBS.
|
|
204
203
|
|
|
@@ -215,8 +214,6 @@ Each observation in a series becomes one atom timestamped at the observation dat
|
|
|
215
214
|
* `building_permits` — New privately-owned housing units authorized, SAAR (Thousands of Units, monthly). Series: PERMIT.
|
|
216
215
|
* `housing_months_supply` — Monthly supply of new houses, seasonally adjusted (Months' Supply, monthly). Series: MSACSR.
|
|
217
216
|
* `home_price_median` — Median sales price of houses sold (Dollars, quarterly). Series: MSPUS.
|
|
218
|
-
* `home_price_index` — S&P CoreLogic Case-Shiller U.S. National Home Price Index (Index Jan 2000=100, monthly). Series: CSUSHPINSA.
|
|
219
|
-
* `home_price_index_20city` — S&P CoreLogic Case-Shiller 20-City Composite Home Price Index (Index Jan 2000=100, monthly). Series: SPCS20RSA.
|
|
220
217
|
* `home_price_index_fhfa` — FHFA all-transactions house price index (Index 1980:Q1=100, quarterly). Series: USSTHPI.
|
|
221
218
|
* `mortgage_rate_30y` — 30-year fixed rate mortgage average (Percent, weekly). Series: MORTGAGE30US.
|
|
222
219
|
* `rental_vacancy_rate` — Rental housing vacancy rate (Percent, quarterly). Series: RRVRUSQ156N.
|
|
@@ -286,8 +283,7 @@ Each observation in a series becomes one atom timestamped at the observation dat
|
|
|
286
283
|
#### Financial Markets (financial_instrument)
|
|
287
284
|
|
|
288
285
|
* `yield` — Market yield or interest rate for a fixed-income instrument (Percent). Series: DGS1, DGS2, DGS10, DGS30, DTB3, TB3MS, SOFR, IUDSOIA.
|
|
289
|
-
* `price` — Market price, index level, or exchange rate (varies by instrument). Series:
|
|
290
|
-
* `option_adjusted_spread` — Option-adjusted spread for a bond index (Percent, daily). Series: BAMLH0A0HYM2.
|
|
286
|
+
* `price` — Market price, index level, or exchange rate (varies by instrument). Series: NASDAQCOM, VIXCLS, DTWEXBGS, TWEXAFEGSMTH, DEXUSEU, DEXUSUK, DEXJPUS, DEXKOUS, EXCAUS, DEXCHUS.
|
|
291
287
|
|
|
292
288
|
#### Commodity Prices (product)
|
|
293
289
|
|
|
@@ -308,6 +304,6 @@ The FRED source produces no `data_nindex` relationship properties. All atoms are
|
|
|
308
304
|
```
|
|
309
305
|
location ── [fed_funds_rate, gdp, unemployment_rate, cpi, ...] (scalar observation properties)
|
|
310
306
|
organization ── [fed_funds_rate, policy_rate, monetary_base, ...]
|
|
311
|
-
financial_instrument ── [yield, price
|
|
307
|
+
financial_instrument ── [yield, price]
|
|
312
308
|
product ── [price]
|
|
313
309
|
```
|
package/skill/fred/schema.yaml
CHANGED
|
@@ -77,7 +77,7 @@ properties:
|
|
|
77
77
|
display_name: "FRED Series ID"
|
|
78
78
|
mergeability: not_mergeable
|
|
79
79
|
domain_flavors: ["fred_series"]
|
|
80
|
-
examples: ["GDP", "UNRATE", "DGS10"
|
|
80
|
+
examples: ["GDP", "UNRATE", "DGS10"]
|
|
81
81
|
passive: true
|
|
82
82
|
|
|
83
83
|
- name: "name"
|
|
@@ -86,7 +86,7 @@ properties:
|
|
|
86
86
|
display_name: "Name"
|
|
87
87
|
mergeability: not_mergeable
|
|
88
88
|
domain_flavors: ["fred_series"]
|
|
89
|
-
examples: ["Gross Domestic Product", "Federal Funds Effective Rate"
|
|
89
|
+
examples: ["Gross Domestic Product", "Federal Funds Effective Rate"]
|
|
90
90
|
passive: true
|
|
91
91
|
|
|
92
92
|
- name: "notes"
|