@yottagraph-app/data-model-skill 0.0.15 → 0.0.16
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 +454 -14
package/package.json
CHANGED
package/skill/edgar/schema.yaml
CHANGED
|
@@ -126,6 +126,14 @@ flavors:
|
|
|
126
126
|
strong_id_properties: ["accession_number"]
|
|
127
127
|
passive: true
|
|
128
128
|
|
|
129
|
+
- name: "nport_p"
|
|
130
|
+
namespace: "sec"
|
|
131
|
+
description: "Monthly portfolio investments report (Form N-PORT) for a registered investment company"
|
|
132
|
+
display_name: "N-PORT"
|
|
133
|
+
mergeability: not_mergeable
|
|
134
|
+
strong_id_properties: ["accession_number"]
|
|
135
|
+
passive: true
|
|
136
|
+
|
|
129
137
|
- name: "filing"
|
|
130
138
|
namespace: "sec"
|
|
131
139
|
description: "SEC filing (generic, for form types without a specific modeled flavor)"
|
|
@@ -145,7 +153,7 @@ flavors:
|
|
|
145
153
|
description: "A specific asset that can be traded, such as a stock, ETF, bond, CD, or fund. Companies are organizations, NOT financial instruments. Specific currency amounts are NOT financial instruments."
|
|
146
154
|
display_name: "Financial Instrument"
|
|
147
155
|
mergeability: not_mergeable
|
|
148
|
-
strong_id_properties: ["cusip_number"]
|
|
156
|
+
strong_id_properties: ["cusip_number", "holding_isin", "series_id", "series_lei", "nport_holding_id"]
|
|
149
157
|
passive: true
|
|
150
158
|
|
|
151
159
|
- name: "industry"
|
|
@@ -167,7 +175,7 @@ properties:
|
|
|
167
175
|
description: "SEC Central Index Key, 10-digit zero-padded"
|
|
168
176
|
display_name: "CIK"
|
|
169
177
|
mergeability: not_mergeable
|
|
170
|
-
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"]
|
|
178
|
+
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::nport_p"]
|
|
171
179
|
passive: true
|
|
172
180
|
|
|
173
181
|
- name: "ticker"
|
|
@@ -589,7 +597,7 @@ properties:
|
|
|
589
597
|
description: "SEC accession number uniquely identifying a filing"
|
|
590
598
|
display_name: "Accession Number"
|
|
591
599
|
mergeability: not_mergeable
|
|
592
|
-
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"]
|
|
600
|
+
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::nport_p", "sec::filing"]
|
|
593
601
|
passive: true
|
|
594
602
|
|
|
595
603
|
- name: "form_type"
|
|
@@ -597,7 +605,7 @@ properties:
|
|
|
597
605
|
description: "Normalized SEC form type (e.g. 10-K, SC 13D, 4)"
|
|
598
606
|
display_name: "Form Type"
|
|
599
607
|
mergeability: not_mergeable
|
|
600
|
-
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"]
|
|
608
|
+
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::nport_p", "sec::filing"]
|
|
601
609
|
passive: true
|
|
602
610
|
|
|
603
611
|
- name: "filing_date"
|
|
@@ -605,7 +613,7 @@ properties:
|
|
|
605
613
|
description: "Date the filing was submitted to the SEC (YYYY-MM-DD)"
|
|
606
614
|
display_name: "Filing Date"
|
|
607
615
|
mergeability: not_mergeable
|
|
608
|
-
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"]
|
|
616
|
+
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::nport_p", "sec::filing"]
|
|
609
617
|
passive: true
|
|
610
618
|
|
|
611
619
|
- name: "report_date"
|
|
@@ -613,7 +621,7 @@ properties:
|
|
|
613
621
|
description: "End date of the primary reporting period (YYYY-MM-DD)"
|
|
614
622
|
display_name: "Report Date"
|
|
615
623
|
mergeability: not_mergeable
|
|
616
|
-
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"]
|
|
624
|
+
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::nport_p", "sec::filing"]
|
|
617
625
|
passive: true
|
|
618
626
|
|
|
619
627
|
# ── XBRL Financial Facts (key concepts) ──
|
|
@@ -1550,10 +1558,10 @@ properties:
|
|
|
1550
1558
|
|
|
1551
1559
|
- name: "report_period_date"
|
|
1552
1560
|
type: string
|
|
1553
|
-
description: "
|
|
1561
|
+
description: "End date for the report period (e.g. quarter-end for 13F-HR, month-end for N-PORT)"
|
|
1554
1562
|
display_name: "Report Period Date"
|
|
1555
1563
|
mergeability: not_mergeable
|
|
1556
|
-
domain_flavors: ["sec::13f_hr"]
|
|
1564
|
+
domain_flavors: ["sec::13f_hr", "sec::nport_p"]
|
|
1557
1565
|
passive: true
|
|
1558
1566
|
|
|
1559
1567
|
- name: "confidential_treatment_flag"
|
|
@@ -1724,6 +1732,307 @@ properties:
|
|
|
1724
1732
|
domain_flavors: ["organization", "financial_instrument"]
|
|
1725
1733
|
passive: true
|
|
1726
1734
|
|
|
1735
|
+
# ── Financial Instrument: N-PORT Fund Identity ──
|
|
1736
|
+
|
|
1737
|
+
- name: "series_id"
|
|
1738
|
+
type: string
|
|
1739
|
+
description: "SEC series identifier for a registered investment company fund"
|
|
1740
|
+
display_name: "Series ID"
|
|
1741
|
+
mergeability: not_mergeable
|
|
1742
|
+
domain_flavors: ["financial_instrument"]
|
|
1743
|
+
examples: ["S000002859", "S000001671"]
|
|
1744
|
+
passive: true
|
|
1745
|
+
|
|
1746
|
+
- name: "series_name"
|
|
1747
|
+
type: string
|
|
1748
|
+
description: "Fund series name as registered with the SEC"
|
|
1749
|
+
display_name: "Series Name"
|
|
1750
|
+
mergeability: not_mergeable
|
|
1751
|
+
domain_flavors: ["financial_instrument"]
|
|
1752
|
+
passive: true
|
|
1753
|
+
|
|
1754
|
+
- name: "series_lei"
|
|
1755
|
+
type: string
|
|
1756
|
+
description: "LEI of the fund series (if assigned)"
|
|
1757
|
+
display_name: "Series LEI"
|
|
1758
|
+
mergeability: not_mergeable
|
|
1759
|
+
domain_flavors: ["financial_instrument"]
|
|
1760
|
+
passive: true
|
|
1761
|
+
|
|
1762
|
+
- name: "lei"
|
|
1763
|
+
type: string
|
|
1764
|
+
description: "Legal Entity Identifier (ISO 17442) — 20-character alphanumeric code for cross-border entity resolution"
|
|
1765
|
+
display_name: "LEI"
|
|
1766
|
+
mergeability: not_mergeable
|
|
1767
|
+
domain_flavors: ["organization"]
|
|
1768
|
+
passive: true
|
|
1769
|
+
|
|
1770
|
+
# ── Financial Instrument: N-PORT Fund Financials ──
|
|
1771
|
+
|
|
1772
|
+
- name: "fund_total_assets"
|
|
1773
|
+
type: float
|
|
1774
|
+
description: "Total assets of the fund (USD)"
|
|
1775
|
+
display_name: "Total Assets"
|
|
1776
|
+
mergeability: not_mergeable
|
|
1777
|
+
domain_flavors: ["financial_instrument"]
|
|
1778
|
+
passive: true
|
|
1779
|
+
|
|
1780
|
+
- name: "fund_total_liabilities"
|
|
1781
|
+
type: float
|
|
1782
|
+
description: "Total liabilities of the fund (USD)"
|
|
1783
|
+
display_name: "Total Liabilities"
|
|
1784
|
+
mergeability: not_mergeable
|
|
1785
|
+
domain_flavors: ["financial_instrument"]
|
|
1786
|
+
passive: true
|
|
1787
|
+
|
|
1788
|
+
- name: "fund_net_assets"
|
|
1789
|
+
type: float
|
|
1790
|
+
description: "Net assets of the fund (USD)"
|
|
1791
|
+
display_name: "Net Assets"
|
|
1792
|
+
mergeability: not_mergeable
|
|
1793
|
+
domain_flavors: ["financial_instrument"]
|
|
1794
|
+
passive: true
|
|
1795
|
+
|
|
1796
|
+
- name: "fund_cash_not_reported"
|
|
1797
|
+
type: float
|
|
1798
|
+
description: "Cash and cash equivalents not reported in portfolio holdings (USD)"
|
|
1799
|
+
display_name: "Cash Not Reported"
|
|
1800
|
+
mergeability: not_mergeable
|
|
1801
|
+
domain_flavors: ["financial_instrument"]
|
|
1802
|
+
passive: true
|
|
1803
|
+
|
|
1804
|
+
# ── Financial Instrument: N-PORT Monthly Returns ──
|
|
1805
|
+
|
|
1806
|
+
- name: "monthly_return_1"
|
|
1807
|
+
type: float
|
|
1808
|
+
description: "Monthly total return for the first month of the reporting period"
|
|
1809
|
+
display_name: "Monthly Return (M1)"
|
|
1810
|
+
mergeability: not_mergeable
|
|
1811
|
+
domain_flavors: ["financial_instrument"]
|
|
1812
|
+
passive: true
|
|
1813
|
+
|
|
1814
|
+
- name: "monthly_return_2"
|
|
1815
|
+
type: float
|
|
1816
|
+
description: "Monthly total return for the second month of the reporting period"
|
|
1817
|
+
display_name: "Monthly Return (M2)"
|
|
1818
|
+
mergeability: not_mergeable
|
|
1819
|
+
domain_flavors: ["financial_instrument"]
|
|
1820
|
+
passive: true
|
|
1821
|
+
|
|
1822
|
+
- name: "monthly_return_3"
|
|
1823
|
+
type: float
|
|
1824
|
+
description: "Monthly total return for the third month of the reporting period"
|
|
1825
|
+
display_name: "Monthly Return (M3)"
|
|
1826
|
+
mergeability: not_mergeable
|
|
1827
|
+
domain_flavors: ["financial_instrument"]
|
|
1828
|
+
passive: true
|
|
1829
|
+
|
|
1830
|
+
# ── Financial Instrument: N-PORT Monthly Flows ──
|
|
1831
|
+
|
|
1832
|
+
- name: "monthly_flow_sales_1"
|
|
1833
|
+
type: float
|
|
1834
|
+
description: "Sales (creations) for month 1 of the reporting period (USD)"
|
|
1835
|
+
display_name: "Flow Sales (M1)"
|
|
1836
|
+
mergeability: not_mergeable
|
|
1837
|
+
domain_flavors: ["financial_instrument"]
|
|
1838
|
+
passive: true
|
|
1839
|
+
|
|
1840
|
+
- name: "monthly_flow_sales_2"
|
|
1841
|
+
type: float
|
|
1842
|
+
description: "Sales (creations) for month 2 of the reporting period (USD)"
|
|
1843
|
+
display_name: "Flow Sales (M2)"
|
|
1844
|
+
mergeability: not_mergeable
|
|
1845
|
+
domain_flavors: ["financial_instrument"]
|
|
1846
|
+
passive: true
|
|
1847
|
+
|
|
1848
|
+
- name: "monthly_flow_sales_3"
|
|
1849
|
+
type: float
|
|
1850
|
+
description: "Sales (creations) for month 3 of the reporting period (USD)"
|
|
1851
|
+
display_name: "Flow Sales (M3)"
|
|
1852
|
+
mergeability: not_mergeable
|
|
1853
|
+
domain_flavors: ["financial_instrument"]
|
|
1854
|
+
passive: true
|
|
1855
|
+
|
|
1856
|
+
- name: "monthly_flow_redemptions_1"
|
|
1857
|
+
type: float
|
|
1858
|
+
description: "Redemptions for month 1 of the reporting period (USD)"
|
|
1859
|
+
display_name: "Flow Redemptions (M1)"
|
|
1860
|
+
mergeability: not_mergeable
|
|
1861
|
+
domain_flavors: ["financial_instrument"]
|
|
1862
|
+
passive: true
|
|
1863
|
+
|
|
1864
|
+
- name: "monthly_flow_redemptions_2"
|
|
1865
|
+
type: float
|
|
1866
|
+
description: "Redemptions for month 2 of the reporting period (USD)"
|
|
1867
|
+
display_name: "Flow Redemptions (M2)"
|
|
1868
|
+
mergeability: not_mergeable
|
|
1869
|
+
domain_flavors: ["financial_instrument"]
|
|
1870
|
+
passive: true
|
|
1871
|
+
|
|
1872
|
+
- name: "monthly_flow_redemptions_3"
|
|
1873
|
+
type: float
|
|
1874
|
+
description: "Redemptions for month 3 of the reporting period (USD)"
|
|
1875
|
+
display_name: "Flow Redemptions (M3)"
|
|
1876
|
+
mergeability: not_mergeable
|
|
1877
|
+
domain_flavors: ["financial_instrument"]
|
|
1878
|
+
passive: true
|
|
1879
|
+
|
|
1880
|
+
- name: "monthly_flow_reinvestment_1"
|
|
1881
|
+
type: float
|
|
1882
|
+
description: "Reinvestment for month 1 of the reporting period (USD)"
|
|
1883
|
+
display_name: "Flow Reinvestment (M1)"
|
|
1884
|
+
mergeability: not_mergeable
|
|
1885
|
+
domain_flavors: ["financial_instrument"]
|
|
1886
|
+
passive: true
|
|
1887
|
+
|
|
1888
|
+
- name: "monthly_flow_reinvestment_2"
|
|
1889
|
+
type: float
|
|
1890
|
+
description: "Reinvestment for month 2 of the reporting period (USD)"
|
|
1891
|
+
display_name: "Flow Reinvestment (M2)"
|
|
1892
|
+
mergeability: not_mergeable
|
|
1893
|
+
domain_flavors: ["financial_instrument"]
|
|
1894
|
+
passive: true
|
|
1895
|
+
|
|
1896
|
+
- name: "monthly_flow_reinvestment_3"
|
|
1897
|
+
type: float
|
|
1898
|
+
description: "Reinvestment for month 3 of the reporting period (USD)"
|
|
1899
|
+
display_name: "Flow Reinvestment (M3)"
|
|
1900
|
+
mergeability: not_mergeable
|
|
1901
|
+
domain_flavors: ["financial_instrument"]
|
|
1902
|
+
passive: true
|
|
1903
|
+
|
|
1904
|
+
# ── Financial Instrument: N-PORT Holding Detail ──
|
|
1905
|
+
|
|
1906
|
+
- name: "nport_holding_id"
|
|
1907
|
+
type: string
|
|
1908
|
+
description: "Synthetic strong ID for N-PORT holdings that lack a CUSIP or ISIN (accession::index::name composite)"
|
|
1909
|
+
display_name: "N-PORT Holding ID"
|
|
1910
|
+
mergeability: not_mergeable
|
|
1911
|
+
domain_flavors: ["financial_instrument"]
|
|
1912
|
+
passive: true
|
|
1913
|
+
|
|
1914
|
+
- name: "holding_isin"
|
|
1915
|
+
type: string
|
|
1916
|
+
description: "ISIN identifier for the security"
|
|
1917
|
+
display_name: "ISIN"
|
|
1918
|
+
mergeability: not_mergeable
|
|
1919
|
+
domain_flavors: ["financial_instrument"]
|
|
1920
|
+
passive: true
|
|
1921
|
+
|
|
1922
|
+
- name: "holding_lei"
|
|
1923
|
+
type: string
|
|
1924
|
+
description: "LEI of the security issuer"
|
|
1925
|
+
display_name: "Holding LEI"
|
|
1926
|
+
mergeability: not_mergeable
|
|
1927
|
+
domain_flavors: ["financial_instrument"]
|
|
1928
|
+
passive: true
|
|
1929
|
+
|
|
1930
|
+
- name: "holding_ticker"
|
|
1931
|
+
type: string
|
|
1932
|
+
description: "Ticker symbol for the security"
|
|
1933
|
+
display_name: "Ticker"
|
|
1934
|
+
mergeability: not_mergeable
|
|
1935
|
+
domain_flavors: ["financial_instrument"]
|
|
1936
|
+
passive: true
|
|
1937
|
+
|
|
1938
|
+
- name: "holding_title"
|
|
1939
|
+
type: string
|
|
1940
|
+
description: "Title of the security class"
|
|
1941
|
+
display_name: "Security Title"
|
|
1942
|
+
mergeability: not_mergeable
|
|
1943
|
+
domain_flavors: ["financial_instrument"]
|
|
1944
|
+
passive: true
|
|
1945
|
+
|
|
1946
|
+
- name: "holding_asset_category"
|
|
1947
|
+
type: string
|
|
1948
|
+
description: "SEC asset category code: EC (equity common), EP (equity preferred), DB (debt), DE (derivative), etc."
|
|
1949
|
+
display_name: "Asset Category"
|
|
1950
|
+
mergeability: not_mergeable
|
|
1951
|
+
domain_flavors: ["financial_instrument"]
|
|
1952
|
+
passive: true
|
|
1953
|
+
|
|
1954
|
+
- name: "holding_issuer_category"
|
|
1955
|
+
type: string
|
|
1956
|
+
description: "Issuer category: CORP, UST, USGA, MUN, SOVN, FN, etc."
|
|
1957
|
+
display_name: "Issuer Category"
|
|
1958
|
+
mergeability: not_mergeable
|
|
1959
|
+
domain_flavors: ["financial_instrument"]
|
|
1960
|
+
passive: true
|
|
1961
|
+
|
|
1962
|
+
- name: "holding_country"
|
|
1963
|
+
type: string
|
|
1964
|
+
description: "Country of investment (ISO 3166-1 alpha-2)"
|
|
1965
|
+
display_name: "Country"
|
|
1966
|
+
mergeability: not_mergeable
|
|
1967
|
+
domain_flavors: ["financial_instrument"]
|
|
1968
|
+
passive: true
|
|
1969
|
+
|
|
1970
|
+
- name: "fair_value_level"
|
|
1971
|
+
type: string
|
|
1972
|
+
description: "Fair value hierarchy level: 1 (quoted prices), 2 (observable inputs), 3 (unobservable inputs)"
|
|
1973
|
+
display_name: "Fair Value Level"
|
|
1974
|
+
mergeability: not_mergeable
|
|
1975
|
+
domain_flavors: ["financial_instrument"]
|
|
1976
|
+
passive: true
|
|
1977
|
+
|
|
1978
|
+
- name: "is_restricted_security"
|
|
1979
|
+
type: string
|
|
1980
|
+
description: "Whether the security is restricted: Y or N"
|
|
1981
|
+
display_name: "Restricted"
|
|
1982
|
+
mergeability: not_mergeable
|
|
1983
|
+
domain_flavors: ["financial_instrument"]
|
|
1984
|
+
passive: true
|
|
1985
|
+
|
|
1986
|
+
# ── Financial Instrument: Debt Security Detail ──
|
|
1987
|
+
|
|
1988
|
+
- name: "debt_maturity_date"
|
|
1989
|
+
type: string
|
|
1990
|
+
description: "Maturity date of the debt instrument"
|
|
1991
|
+
display_name: "Maturity Date"
|
|
1992
|
+
mergeability: not_mergeable
|
|
1993
|
+
domain_flavors: ["financial_instrument"]
|
|
1994
|
+
passive: true
|
|
1995
|
+
|
|
1996
|
+
- name: "debt_coupon_kind"
|
|
1997
|
+
type: string
|
|
1998
|
+
description: "Coupon type: Fixed, Floating, Variable, None, Other"
|
|
1999
|
+
display_name: "Coupon Kind"
|
|
2000
|
+
mergeability: not_mergeable
|
|
2001
|
+
domain_flavors: ["financial_instrument"]
|
|
2002
|
+
passive: true
|
|
2003
|
+
|
|
2004
|
+
- name: "debt_annualized_rate"
|
|
2005
|
+
type: float
|
|
2006
|
+
description: "Annualized coupon rate of the debt instrument"
|
|
2007
|
+
display_name: "Annualized Rate"
|
|
2008
|
+
mergeability: not_mergeable
|
|
2009
|
+
domain_flavors: ["financial_instrument"]
|
|
2010
|
+
passive: true
|
|
2011
|
+
|
|
2012
|
+
- name: "debt_is_default"
|
|
2013
|
+
type: string
|
|
2014
|
+
description: "Whether the debt instrument is in default: Y or N"
|
|
2015
|
+
display_name: "In Default"
|
|
2016
|
+
mergeability: not_mergeable
|
|
2017
|
+
domain_flavors: ["financial_instrument"]
|
|
2018
|
+
passive: true
|
|
2019
|
+
|
|
2020
|
+
- name: "debt_interest_in_arrears"
|
|
2021
|
+
type: string
|
|
2022
|
+
description: "Whether interest payments are in arrears: Y or N"
|
|
2023
|
+
display_name: "Interest in Arrears"
|
|
2024
|
+
mergeability: not_mergeable
|
|
2025
|
+
domain_flavors: ["financial_instrument"]
|
|
2026
|
+
passive: true
|
|
2027
|
+
|
|
2028
|
+
- name: "debt_paid_in_kind"
|
|
2029
|
+
type: string
|
|
2030
|
+
description: "Whether interest is paid in kind: Y or N"
|
|
2031
|
+
display_name: "Paid in Kind"
|
|
2032
|
+
mergeability: not_mergeable
|
|
2033
|
+
domain_flavors: ["financial_instrument"]
|
|
2034
|
+
passive: true
|
|
2035
|
+
|
|
1727
2036
|
# =============================================================================
|
|
1728
2037
|
# RELATIONSHIPS
|
|
1729
2038
|
# =============================================================================
|
|
@@ -1735,8 +2044,8 @@ relationships:
|
|
|
1735
2044
|
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
2045
|
display_name: "Filed"
|
|
1737
2046
|
mergeability: not_mergeable
|
|
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
|
-
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"]
|
|
2047
|
+
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::nport_p", "sec::filing"]
|
|
2048
|
+
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::nport_p", "sec::filing"]
|
|
1740
2049
|
passive: true
|
|
1741
2050
|
|
|
1742
2051
|
- name: "is_issuer_of"
|
|
@@ -1752,7 +2061,7 @@ relationships:
|
|
|
1752
2061
|
display_name: "Filing Reference"
|
|
1753
2062
|
mergeability: not_mergeable
|
|
1754
2063
|
domain_flavors: ["organization", "person", "financial_instrument"]
|
|
1755
|
-
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"]
|
|
2064
|
+
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::nport_p"]
|
|
1756
2065
|
passive: true
|
|
1757
2066
|
|
|
1758
2067
|
# ── Filing → Organization ──
|
|
@@ -1761,7 +2070,7 @@ relationships:
|
|
|
1761
2070
|
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
2071
|
display_name: "Issued By"
|
|
1763
2072
|
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", "financial_instrument"]
|
|
2073
|
+
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::nport_p", "sec::filing", "financial_instrument"]
|
|
1765
2074
|
target_flavors: ["organization"]
|
|
1766
2075
|
passive: true
|
|
1767
2076
|
|
|
@@ -1777,7 +2086,7 @@ relationships:
|
|
|
1777
2086
|
description: "Link from a filing to the entity (person or organization) who filed it"
|
|
1778
2087
|
display_name: "Filer"
|
|
1779
2088
|
mergeability: not_mergeable
|
|
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"]
|
|
2089
|
+
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::nport_p", "sec::filing"]
|
|
1781
2090
|
target_flavors: ["organization", "person"]
|
|
1782
2091
|
passive: true
|
|
1783
2092
|
|
|
@@ -1870,13 +2179,21 @@ relationships:
|
|
|
1870
2179
|
# ── Organization → Financial Instrument (issuer link) ──
|
|
1871
2180
|
|
|
1872
2181
|
- name: "issues_security"
|
|
1873
|
-
description: "Link from an issuing company to a financial instrument it has issued
|
|
2182
|
+
description: "Link from an issuing company to a financial instrument it has issued or manages"
|
|
1874
2183
|
display_name: "Issues Security"
|
|
1875
2184
|
mergeability: not_mergeable
|
|
1876
2185
|
domain_flavors: ["organization"]
|
|
1877
2186
|
target_flavors: ["financial_instrument"]
|
|
1878
2187
|
passive: true
|
|
1879
2188
|
|
|
2189
|
+
- name: "lends_securities_to"
|
|
2190
|
+
description: "Link from a fund to an organization that borrows securities from it (N-PORT securities lending)"
|
|
2191
|
+
display_name: "Lends Securities To"
|
|
2192
|
+
mergeability: not_mergeable
|
|
2193
|
+
domain_flavors: ["financial_instrument"]
|
|
2194
|
+
target_flavors: ["organization"]
|
|
2195
|
+
passive: true
|
|
2196
|
+
|
|
1880
2197
|
# =============================================================================
|
|
1881
2198
|
# ATTRIBUTES
|
|
1882
2199
|
# =============================================================================
|
|
@@ -1982,3 +2299,126 @@ attributes:
|
|
|
1982
2299
|
description: "Shares with no voting authority"
|
|
1983
2300
|
display_name: "Voting Authority (None)"
|
|
1984
2301
|
mergeability: not_mergeable
|
|
2302
|
+
|
|
2303
|
+
# ── holds_position relationship attributes (N-PORT) ──
|
|
2304
|
+
|
|
2305
|
+
- property: "holds_position"
|
|
2306
|
+
name: "holding_pct_of_nav"
|
|
2307
|
+
type: string
|
|
2308
|
+
description: "Position value as percentage of fund net asset value"
|
|
2309
|
+
display_name: "% of NAV"
|
|
2310
|
+
mergeability: not_mergeable
|
|
2311
|
+
|
|
2312
|
+
- property: "holds_position"
|
|
2313
|
+
name: "holding_units"
|
|
2314
|
+
type: string
|
|
2315
|
+
description: "Unit type: NS (number of shares), PA (principal amount), NC (number of contracts)"
|
|
2316
|
+
display_name: "Units"
|
|
2317
|
+
mergeability: not_mergeable
|
|
2318
|
+
|
|
2319
|
+
- property: "holds_position"
|
|
2320
|
+
name: "holding_currency"
|
|
2321
|
+
type: string
|
|
2322
|
+
description: "Currency of the position (ISO 4217)"
|
|
2323
|
+
display_name: "Currency"
|
|
2324
|
+
mergeability: not_mergeable
|
|
2325
|
+
|
|
2326
|
+
- property: "holds_position"
|
|
2327
|
+
name: "payoff_profile"
|
|
2328
|
+
type: string
|
|
2329
|
+
description: "Payoff profile: Long, Short, or N/A"
|
|
2330
|
+
display_name: "Payoff Profile"
|
|
2331
|
+
mergeability: not_mergeable
|
|
2332
|
+
|
|
2333
|
+
- property: "holds_position"
|
|
2334
|
+
name: "is_on_loan"
|
|
2335
|
+
type: string
|
|
2336
|
+
description: "Whether the security is currently on loan by this fund: Y or N"
|
|
2337
|
+
display_name: "On Loan"
|
|
2338
|
+
mergeability: not_mergeable
|
|
2339
|
+
|
|
2340
|
+
- property: "holds_position"
|
|
2341
|
+
name: "derivative_category"
|
|
2342
|
+
type: string
|
|
2343
|
+
description: "Derivative type: SWP (swap), FUT (future), OPT (option), FWD (forward)"
|
|
2344
|
+
display_name: "Derivative Type"
|
|
2345
|
+
mergeability: not_mergeable
|
|
2346
|
+
|
|
2347
|
+
- property: "holds_position"
|
|
2348
|
+
name: "counterparty_name"
|
|
2349
|
+
type: string
|
|
2350
|
+
description: "Name of the derivative counterparty or exchange"
|
|
2351
|
+
display_name: "Counterparty"
|
|
2352
|
+
mergeability: not_mergeable
|
|
2353
|
+
|
|
2354
|
+
- property: "holds_position"
|
|
2355
|
+
name: "counterparty_lei"
|
|
2356
|
+
type: string
|
|
2357
|
+
description: "LEI of the derivative counterparty"
|
|
2358
|
+
display_name: "Counterparty LEI"
|
|
2359
|
+
mergeability: not_mergeable
|
|
2360
|
+
|
|
2361
|
+
- property: "holds_position"
|
|
2362
|
+
name: "derivative_notional"
|
|
2363
|
+
type: string
|
|
2364
|
+
description: "Notional amount of the derivative contract"
|
|
2365
|
+
display_name: "Notional Amount"
|
|
2366
|
+
mergeability: not_mergeable
|
|
2367
|
+
|
|
2368
|
+
- property: "holds_position"
|
|
2369
|
+
name: "derivative_expiration"
|
|
2370
|
+
type: string
|
|
2371
|
+
description: "Expiration or termination date of the derivative contract"
|
|
2372
|
+
display_name: "Expiration"
|
|
2373
|
+
mergeability: not_mergeable
|
|
2374
|
+
|
|
2375
|
+
- property: "holds_position"
|
|
2376
|
+
name: "derivative_unrealized"
|
|
2377
|
+
type: string
|
|
2378
|
+
description: "Unrealized appreciation or depreciation on the derivative (USD)"
|
|
2379
|
+
display_name: "Unrealized Gain/Loss"
|
|
2380
|
+
mergeability: not_mergeable
|
|
2381
|
+
|
|
2382
|
+
- property: "holds_position"
|
|
2383
|
+
name: "option_put_or_call"
|
|
2384
|
+
type: string
|
|
2385
|
+
description: "Whether the option is a Put or Call"
|
|
2386
|
+
display_name: "Put/Call"
|
|
2387
|
+
mergeability: not_mergeable
|
|
2388
|
+
|
|
2389
|
+
- property: "holds_position"
|
|
2390
|
+
name: "option_written_or_purchased"
|
|
2391
|
+
type: string
|
|
2392
|
+
description: "Whether the option was Written (sold) or Purchased (bought)"
|
|
2393
|
+
display_name: "Written/Purchased"
|
|
2394
|
+
mergeability: not_mergeable
|
|
2395
|
+
|
|
2396
|
+
- property: "holds_position"
|
|
2397
|
+
name: "option_strike_price"
|
|
2398
|
+
type: string
|
|
2399
|
+
description: "Strike price of the option contract"
|
|
2400
|
+
display_name: "Strike Price"
|
|
2401
|
+
mergeability: not_mergeable
|
|
2402
|
+
|
|
2403
|
+
- property: "holds_position"
|
|
2404
|
+
name: "option_delta"
|
|
2405
|
+
type: string
|
|
2406
|
+
description: "Option delta (sensitivity to underlying price)"
|
|
2407
|
+
display_name: "Delta"
|
|
2408
|
+
mergeability: not_mergeable
|
|
2409
|
+
|
|
2410
|
+
- property: "holds_position"
|
|
2411
|
+
name: "cash_collateral_value"
|
|
2412
|
+
type: string
|
|
2413
|
+
description: "Cash collateral value for securities on loan (USD)"
|
|
2414
|
+
display_name: "Collateral Value"
|
|
2415
|
+
mergeability: not_mergeable
|
|
2416
|
+
|
|
2417
|
+
# ── lends_securities_to relationship attributes (N-PORT) ──
|
|
2418
|
+
|
|
2419
|
+
- property: "lends_securities_to"
|
|
2420
|
+
name: "aggregate_lending_value"
|
|
2421
|
+
type: string
|
|
2422
|
+
description: "Aggregate value of securities lent to this borrower (USD)"
|
|
2423
|
+
display_name: "Lending Value"
|
|
2424
|
+
mergeability: not_mergeable
|