CustodyPositionAdapter
interface CustodyPositionAdapter
This interface provides methods to perform operations related to custody positions.
Functions
Link copied to clipboard
abstract fun getAllCustodyAccountPositionsForOverview(custodyAccountId: String): List<CustodyPositionDto>?
Returns all of all positions belonging to single custody account that later can be used for overview calculations.
Link copied to clipboard
abstract fun searchCustodyPositions(custodyAccountId: String, searchRequest: CustodyPositionsSearchRequestDto, page: Int, size: Int, sortOrder: List<SortOrder>): CustodyPositionsSearchResponseDto
Searches for custody accounts positions based on the specified parameters.