@yottagraph-app/data-model-skill 0.0.11 → 0.0.12
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 +58 -0
package/package.json
CHANGED
package/skill/edgar/schema.yaml
CHANGED
|
@@ -1924,3 +1924,61 @@ attributes:
|
|
|
1924
1924
|
description: "Fiscal period: FY (annual), Q1, Q2, Q3 (quarterly)"
|
|
1925
1925
|
display_name: "Filing Period"
|
|
1926
1926
|
mergeability: not_mergeable
|
|
1927
|
+
|
|
1928
|
+
# ── holds_position relationship attributes (13F-HR) ──
|
|
1929
|
+
|
|
1930
|
+
- property: "holds_position"
|
|
1931
|
+
name: "position_value"
|
|
1932
|
+
type: string
|
|
1933
|
+
description: "Market value of the position in thousands of USD"
|
|
1934
|
+
display_name: "Position Value"
|
|
1935
|
+
mergeability: not_mergeable
|
|
1936
|
+
|
|
1937
|
+
- property: "holds_position"
|
|
1938
|
+
name: "shares_held"
|
|
1939
|
+
type: string
|
|
1940
|
+
description: "Number of shares or principal amount held"
|
|
1941
|
+
display_name: "Shares Held"
|
|
1942
|
+
mergeability: not_mergeable
|
|
1943
|
+
|
|
1944
|
+
- property: "holds_position"
|
|
1945
|
+
name: "instrument_type"
|
|
1946
|
+
type: string
|
|
1947
|
+
description: "Type of instrument: SH (shares) or PRN (principal amount)"
|
|
1948
|
+
display_name: "Instrument Type"
|
|
1949
|
+
mergeability: not_mergeable
|
|
1950
|
+
|
|
1951
|
+
- property: "holds_position"
|
|
1952
|
+
name: "put_call"
|
|
1953
|
+
type: string
|
|
1954
|
+
description: "Option type if applicable: PUT or CALL"
|
|
1955
|
+
display_name: "Put/Call"
|
|
1956
|
+
mergeability: not_mergeable
|
|
1957
|
+
|
|
1958
|
+
- property: "holds_position"
|
|
1959
|
+
name: "investment_discretion"
|
|
1960
|
+
type: string
|
|
1961
|
+
description: "Investment discretion: SOLE, SHARED, or DEFINED"
|
|
1962
|
+
display_name: "Investment Discretion"
|
|
1963
|
+
mergeability: not_mergeable
|
|
1964
|
+
|
|
1965
|
+
- property: "holds_position"
|
|
1966
|
+
name: "voting_authority_sole"
|
|
1967
|
+
type: string
|
|
1968
|
+
description: "Shares with sole voting authority"
|
|
1969
|
+
display_name: "Voting Authority (Sole)"
|
|
1970
|
+
mergeability: not_mergeable
|
|
1971
|
+
|
|
1972
|
+
- property: "holds_position"
|
|
1973
|
+
name: "voting_authority_shared"
|
|
1974
|
+
type: string
|
|
1975
|
+
description: "Shares with shared voting authority"
|
|
1976
|
+
display_name: "Voting Authority (Shared)"
|
|
1977
|
+
mergeability: not_mergeable
|
|
1978
|
+
|
|
1979
|
+
- property: "holds_position"
|
|
1980
|
+
name: "voting_authority_none"
|
|
1981
|
+
type: string
|
|
1982
|
+
description: "Shares with no voting authority"
|
|
1983
|
+
display_name: "Voting Authority (None)"
|
|
1984
|
+
mergeability: not_mergeable
|