@yottagraph-app/data-model-skill 0.0.8 → 0.0.9
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 +6 -6
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"
|
|
@@ -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
|
|