@yottagraph-app/data-model-skill 0.0.8 → 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 +1 -1
- package/skill/edgar/schema.yaml +20 -10
package/package.json
CHANGED
package/skill/edgar/schema.yaml
CHANGED
|
@@ -1732,19 +1732,19 @@ relationships:
|
|
|
1732
1732
|
# ── Organization → Filing ──
|
|
1733
1733
|
|
|
1734
1734
|
- name: "filed"
|
|
1735
|
-
description: "Link from a company to an SEC filing document
|
|
1735
|
+
description: "Link from a company or person to an SEC filing document they filed, or from a sub-record (event, transaction, holding) to its parent filing"
|
|
1736
1736
|
display_name: "Filed"
|
|
1737
1737
|
mergeability: not_mergeable
|
|
1738
|
-
domain_flavors: ["organization", "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"]
|
|
1738
|
+
domain_flavors: ["organization", "person", "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"]
|
|
1739
1739
|
target_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"]
|
|
1740
1740
|
passive: true
|
|
1741
1741
|
|
|
1742
1742
|
- name: "is_issuer_of"
|
|
1743
|
-
description: "Link from an issuer organization to
|
|
1743
|
+
description: "Link from an issuer organization to an ownership filing (Forms 3/4, SC 13D/G) where the CIK is the issuer, not the filer"
|
|
1744
1744
|
display_name: "Is Issuer Of"
|
|
1745
1745
|
mergeability: not_mergeable
|
|
1746
1746
|
domain_flavors: ["organization"]
|
|
1747
|
-
target_flavors: ["sec::form_3", "sec::form_4", "sec::filing"]
|
|
1747
|
+
target_flavors: ["sec::form_3", "sec::form_4", "sec::sc_13d", "sec::sc_13g", "sec::filing"]
|
|
1748
1748
|
passive: true
|
|
1749
1749
|
|
|
1750
1750
|
- name: "filing_reference"
|
|
@@ -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
|
|
|
@@ -1774,10 +1774,10 @@ relationships:
|
|
|
1774
1774
|
passive: true
|
|
1775
1775
|
|
|
1776
1776
|
- name: "filer"
|
|
1777
|
-
description: "Link from a filing to the
|
|
1777
|
+
description: "Link from a filing to the entity (person or organization) who filed it"
|
|
1778
1778
|
display_name: "Filer"
|
|
1779
1779
|
mergeability: not_mergeable
|
|
1780
|
-
domain_flavors: ["sec::sc_13d", "sec::sc_13g", "sec::13f_hr"]
|
|
1780
|
+
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"]
|
|
1781
1781
|
target_flavors: ["organization", "person"]
|
|
1782
1782
|
passive: true
|
|
1783
1783
|
|
|
@@ -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
|
# =============================================================================
|