AssetsAdapter

interface AssetsAdapter

Interface for fetching and listing assets.

Functions

Link copied to clipboard
abstract fun fetchAssetByPortfolioId(page: Int, size: Int, portfolioId: String, customerId: String? = null, assetType: AssetTypeEnumDto? = null): AssetPortfolioOverviewResponseDto

Retrieves asset information by portfolio ID.

Link copied to clipboard

Retrieves the assets totals overview for specified asset types.

Link copied to clipboard
abstract fun listAllAssetGroups(page: Int, size: Int, referenceCurrency: IsoCurrencyEnumDto? = null, customerId: String? = null, groupBy: AssetGroupEnumDto? = null, securitiesOnly: Boolean? = null): AssetGroupedOverviewResponseDto

Retrieves the overview of all asset groups.