fetchMaturitiesByPortfolioId

abstract fun fetchMaturitiesByPortfolioId(portfolioId: String, page: Int, size: Int): MaturitiesOverviewResponseDto

Fetches maturities by portfolio ID.

Return

The maturities overview response DTO.

Parameters

portfolioId

The ID of the portfolio.

page

The page number.

size

The number of maturities per page.