Skip to main content

Nport Disclosure


Implementation details

Class names

Model nameParameters classData class
NportDisclosureNportDisclosureQueryParamsNportDisclosureData

Import Statement

from openbb_core.provider.standard_models.nport_disclosure import (
NportDisclosureData,
NportDisclosureQueryParams,
)

Parameters

symbol: str
Symbol to get data for. (Fund ticker or CIK)

year: int | None
Reporting year of the filing. Default is the year for the most recent, reported, quarter.

quarter: int | None
Reporting quarter of the filing. Default is the most recent, reported, quarter.

Data

symbol: str | None
Symbol representing the entity requested in the data.

name: str | None
Name of the asset.

title: str | None
Title of the asset.

cusip: str | None
CUSIP of the holding.

lei: str | None
The LEI of the holding.

isin: str | None
The ISIN of the holding.

other_id: str | None
Internal identifier for the holding.

is_restricted: str | None
Whether the holding is restricted.

fair_value_level: int | None
The fair value level of the holding.

is_cash_collateral: str | None
Whether the holding is cash collateral.

is_non_cash_collateral: str | None
Whether the holding is non-cash collateral.

is_loan_by_fund: str | None
Whether the holding is loan by fund.

loan_value: float | None
The loan value of the holding.

issuer_conditional: str | None
The issuer conditions of the holding.

asset_conditional: str | None
The asset conditions of the holding.

payoff_profile: str | None
The payoff profile of the holding.

asset_category: str | None
The asset category of the holding.

issuer_category: str | None
The issuer category of the holding.

country: str | None
The country of the holding.

balance: int | float | None
The balance of the holding, in shares or units.

units: int | float | str | None
The type of units.

currency: str | None
The currency of the holding.

value: int | float | None
The value of the holding, in dollars.

weight: float | None
The weight of the holding, as a normalized percent.