Get Cross Deal Collateral Report¶
Maps collateral IDs to their parent deal IDs. This utility endpoint is useful for cross-deal reporting and collateral portfolio analysis.
Key Details¶
- Request body contains
collateralIds[]— an array of collateral UUIDs. - Response returns
body[]with each collateral ID mapped to its correspondingdealId. - Useful when you have collateral IDs from various sources (e.g., portfolio reports, risk dashboards) and need to retrieve their parent deal context.
- All collateral and deal IDs are UUIDs.
Related Endpoints¶
- Get Deal Info — retrieve deal details once you have the deal ID
- Get Deal Collateral Summary — list all collaterals within a deal
- Get Collateral Cash Flow — detailed collateral financials
Request¶
Type: application/json
Schema: CrossDealCollateralReportFilterDto
collateralIds array [ string ]
IDs of the collateral properties to include in the report
Response¶
Status: 200
Type: application/json
Schema: CrossDealCollateralReportResponseDto
success boolean
Indicates whether the API request completed successfully
error ErrorDto
target string
Field or parameter that caused the error
code string(enum)
Error code (e.g., Duplicated, MissingMandatoryField, InvalidCreateValues, MissingEntity)
Available enum values: Duplicated, MissingMandatoryField, InvalidCreateValues, Existing, ValidationError, MissingEntity
message string
details array [ ErrorDto ]
body array [ DealCollateralPairDto ]
collateralId string
Unique identifier for the collateral property
dealId string
Unique identifier for the deal