Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 2.47 KB

ETFHolding.md

File metadata and controls

47 lines (31 loc) · 2.47 KB

ETFHolding

Properties

Name Type Description
as_of_date Date The date on which the holding and their weights correspond  
name Character The common name for the holding  
ticker Character The common exchange ticker for the holding  
type Character The type of instrument for this holding. Examples (Bond = 'BOND', Equity = 'EQUI', Options = 'OPTN')  
composite_figi Character DEPRECATED  
share_class_figi Character The OpenFIGI symbol for the holding  
isin Character International Securities Identification Number (ISIN) for the holding  
ric Character Reuters Instrument Code (RIC) for the holding  
sedol Character Stock Exchange Daily Official List (SEDOL) for the holding  
face Numeric Face value of the debt security, if available  
coupon Numeric Coupon rate of the debt security, if available  
market_value_held Numeric The market value of this holding in the ETF as of the `as_of_date`  
notional_value Numeric Notional value of derivatives contracts held in the Exchange Traded Fund (ETF) or Exchange Traded Note (ETN)  
maturity Date Maturity date for the debt security, if available  
quantity_held Numeric Number of units of the security held if available  
weighting Numeric Fraction of the funds market value held  
quantity_units Numeric The unit of the `quanity_held` field. Examples ('oz', 'shares', 'contracts')  
quantity_per_share Numeric Number of units of the security held per units of shares outstanding of the Exchange Traded Fund (ETF), if available  
contract_expiry_date Date Expiry date for the futures contract held in the Exchange Traded Fund (ETF) or Exchange Traded Note (ETN)  

[Back to Model list] [Back to API list] [Back to README]