Retrieve the holdings of the given fund portfolio
Parameters
fund_idThe ID of the fund to retrieve holdings for.
pageThe page number to retrieve.
Defaults to 1.
page_sizeThe number of items per page.
If specified, must be between 1 and 10000 inclusive.
Defaults to 100.
sort_byThe field to sort the results by.
One of portfolio_weight
Defaults to portfolio_weight.
sort_dirThe order to sort the results by.
One of asc, desc.
Defaults to desc.
yearThe year of the reporting period to retrieve holding details for. Requires quarter to be provided, and will be ignored if it is not provided.
If specified, must be between 2013 and the current year inclusive.
Defaults to the latest finalized reporting year.
quarterThe quarter of the reporting period to retrieve holding details for. Requires year to be provided, and will be ignored if it is not provided.
If specified, must be between 1 and 4 inclusive.
Defaults to the latest finalized reporting quarter.