Skip to content

FINERACT-2737: Return collateral name, unit price and percentage on l… - #6226

Open
rymghosn wants to merge 1 commit into
apache:developfrom
foodeveloper:port/CBS-173-loan-collateral-missing-fields
Open

FINERACT-2737: Return collateral name, unit price and percentage on l…#6226
rymghosn wants to merge 1 commit into
apache:developfrom
foodeveloper:port/CBS-173-loan-collateral-missing-fields

Conversation

@rymghosn

@rymghosn rymghosn commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Loan collateral responses previously exposed only the collateral quantity and calculated values (quantity, total, and totalCollateral), while omitting collateral metadata that is already available in the client collateral API.

This change adds the following fields to the loan collateral response:

  • name – the collateral type name
  • unitPrice – the base price per unit
  • pctToBase – the percentage applied to the base price when calculating the collateral value

This aligns the loan collateral API with the client collateral API, provides a consistent representation of collateral data across endpoints, and removes the need for clients to make additional API calls to retrieve collateral type and pricing information.
PR:(https://issues.apache.org/jira/browse/FINERACT-2737)

…oan collateral responses

Loan collateral responses only exposed quantity/total/totalCollateral,
missing the name, unit price, and percentage-to-base fields already
returned for collateral at the client level.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant