PortfoliosAdapter
interface PortfoliosAdapter
A interface representing a Portfolios Adapter.
Functions
Link copied to clipboard
abstract fun fetchPortfolioById(portfolioId: String, referenceCurrency: IsoCurrencyEnumDto?): PortfolioDto
Fetches a portfolio by its ID.
Link copied to clipboard
abstract fun listPortfolios(page: Int, size: Int, sorting: List<SortOrder>, referenceCurrency: IsoCurrencyEnumDto?, customerId: String?): PortfolioResponseDto
Retrieves a list of portfolios based on the provided parameters.