fetchMaturityByIdAndByPortfolioId

abstract fun fetchMaturityByIdAndByPortfolioId(portfolioId: String, maturityId: String): MaturityDto

Fetches a specific maturity by its ID and the ID of the portfolio it belongs to.

Return

The maturity DTO.

Parameters

portfolioId

The ID of the portfolio.

maturityId

The ID of the maturity.