Portfolios
Last updated
Was this helpful?
Last updated
Was this helpful?
Handles all Portfolio related functionality on the Identity side
Namespace‹›
↳ Portfolios
Protected
contextInherited from void
Create a new Portfolio for the Identity
• delete: ProcedureMethod‹object, void›
Delete a Portfolio by ID
note
required role:
Portfolio Custodian
Protected
parentInherited from void
note
supports pagination
Parameters:
Name
Type
paginationOpts?
Retrieve a numbered Portfolio or the default Portfolio if Portfolio ID is not passed
Parameters:
▪ args: object
Name
Type
portfolioId
BigNumber
Retrieve all the Portfolios owned by this Identity
• context:
Defined in
• create: ProcedureMethod‹object, ›
Defined in
Defined in
• parent:
Defined in
▸ getCustodiedPortfolios(paginationOpts?
: ): Promise‹‹ | ››
Defined in
Retrieve all Portfolios custodied by this Identity. This only includes portfolios owned by a different Identity but custodied by this one. To fetch Portfolios owned by this Identity, use
Returns: Promise‹‹ | ››
▸ getPortfolio(): Promise‹›
Defined in
Returns: Promise‹›
▸ getPortfolio(args
: object): Promise‹›
Defined in
Returns: Promise‹›
▸ getPortfolios(): Promise‹[, ]›
Defined in
Returns: Promise‹[, ]›