@yottagraph-app/data-model-skill 0.0.9 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yottagraph-app/data-model-skill",
3
- "version": "0.0.9",
3
+ "version": "0.0.11",
4
4
  "description": "Data model skill documentation for AI agents - entity types, properties, and schemas from Lovelace fetch sources",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1758,10 +1758,10 @@ relationships:
1758
1758
  # ── Filing → Organization ──
1759
1759
 
1760
1760
  - name: "issued_by"
1761
- description: "Link from a filing to the company it pertains to (the filer for most forms; the issuer for ownership forms)"
1761
+ description: "Link from a filing or financial instrument to the company it pertains to (the filer for most forms; the issuer for ownership forms and 13F holdings)"
1762
1762
  display_name: "Issued By"
1763
1763
  mergeability: not_mergeable
1764
- domain_flavors: ["sec::10_k", "sec::10_q", "sec::20_f", "sec::8_k", "sec::6_k", "sec::40_f", "sec::form_3", "sec::form_4", "sec::sc_13d", "sec::sc_13g", "sec::13f_hr", "sec::def_14a", "sec::filing"]
1764
+ domain_flavors: ["sec::10_k", "sec::10_q", "sec::20_f", "sec::8_k", "sec::6_k", "sec::40_f", "sec::form_3", "sec::form_4", "sec::sc_13d", "sec::sc_13g", "sec::13f_hr", "sec::def_14a", "sec::filing", "financial_instrument"]
1765
1765
  target_flavors: ["organization"]
1766
1766
  passive: true
1767
1767
 
@@ -1826,10 +1826,10 @@ relationships:
1826
1826
  # ── Organization → Financial Instrument ──
1827
1827
 
1828
1828
  - name: "holds_position"
1829
- description: "Link from an investment manager to a security it holds (13F-HR)"
1829
+ description: "Link from an investment manager or fund to a security it holds (13F-HR, N-PORT)"
1830
1830
  display_name: "Holds Position"
1831
1831
  mergeability: not_mergeable
1832
- domain_flavors: ["organization"]
1832
+ domain_flavors: ["organization", "financial_instrument"]
1833
1833
  target_flavors: ["financial_instrument"]
1834
1834
  passive: true
1835
1835
 
@@ -1867,6 +1867,16 @@ relationships:
1867
1867
  target_flavors: ["organization"]
1868
1868
  passive: true
1869
1869
 
1870
+ # ── Organization → Financial Instrument (issuer link) ──
1871
+
1872
+ - name: "issues_security"
1873
+ description: "Link from an issuing company to a financial instrument it has issued, identified by CUSIP (SC 13D/G)"
1874
+ display_name: "Issues Security"
1875
+ mergeability: not_mergeable
1876
+ domain_flavors: ["organization"]
1877
+ target_flavors: ["financial_instrument"]
1878
+ passive: true
1879
+
1870
1880
  # =============================================================================
1871
1881
  # ATTRIBUTES
1872
1882
  # =============================================================================
@@ -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, S&P 500, NASDAQ Composite, CBOE VIX, ICE BofA High Yield Index, FX pairs (JPY/USD, KRW/USD, USD/EUR, USD/GBP, CAD/USD, CNY/USD), U.S. Dollar Index, U.S. Dollar Advanced Economy Index
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"`, `"SP500"`
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: SP500, NASDAQCOM, VIXCLS, DTWEXBGS, TWEXAFEGSMTH, DEXUSEU, DEXUSUK, DEXJPUS, DEXKOUS, EXCAUS, DEXCHUS.
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, option_adjusted_spread]
307
+ financial_instrument ── [yield, price]
312
308
  product ── [price]
313
309
  ```
@@ -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", "SP500"]
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", "S&P 500"]
89
+ examples: ["Gross Domestic Product", "Federal Funds Effective Rate"]
90
90
  passive: true
91
91
 
92
92
  - name: "notes"