@yottagraph-app/data-model-skill 0.0.9 → 0.0.10

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.10",
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
  # =============================================================================