| Name | Description | Type | Additional information |
|---|---|---|---|
| CULoanCollateralID |
Primary key of CULoanCollateral table. |
integer | |
| CULoanID |
CULoanID - Id of loan that this collateral is held against. |
integer | |
| Reference |
Reference - user defined information. |
string | |
| Description |
Description of the collateral. |
string | |
| CULoanCollateralTypeID |
The type of this collateral. |
integer | |
| CustomerID |
CustomerID of person holding collateral for this loan. |
integer | |
| CUAccountID |
Account that has funds held as collateral. |
integer | |
| OriginalGrossValue |
Gross value initially placed on this collateral. |
decimal number | Edits to this field will not be written after the first add. |
| GrossValue |
The current gross collateral value. |
decimal number | |
| RealisedValue |
Value after CollectionPercentage has been applied. |
decimal number | |
| FixedCost |
Fixed cost of collecting the collateral. |
decimal number | |
| NetValue |
RealisedValue - FixedCost |
decimal number | |
| ValueDate |
ValueDate. |
string | |
| ExpiryDate |
Collateral expires on this date. |
string | |
| ValuerID |
Whether the valuer was internal or external. |
byte | The value must exist in the MiscellaneousLists table in database. |
| ValuerName |
Name of Valuer. |
string | |
| WithholdingRate |
If the Collateral Type has "withhold a percentage of balance", this is the % of balance to withhold in the account. |
decimal number | |
| GrossValueChanged |
Indicates gross value is changed or not. |
boolean | |
| FixedValueChanged |
Indicates fixed value is changed or not. |
boolean | |
| RealisedValueChanged |
Indicates realised value is changed or not. |
boolean | |
| CollateralTypeChanged |
Indicates collateral type is changed or not. |
boolean | |
| AccountChanged |
Indicates account is changed or not. |
boolean | |
| WithholdingRateChanged |
Indicates withholding rate is changed or not. |
boolean | |
| ValuerChanged |
Indicates valuer is changed or not. |
boolean | |
| Surveys |
Surveys of customer. |
Collection of SurveyDto | |
| CollateralActive |
Indicates whether collateral is active or not. |
boolean |