CollateralRequiredInput
Input type for CollateralRequiredTerm.
Input fields
Amount set up as collateral as condition for account creation.
The kind of collateral that satisfies the requirement. Naming one sets the collateral up when the contract is actualized, and fixes the requirement: it cannot be varied afterwards.
Type of interest policy of required collateral.
Whether the term is variable.
Reason for setting up required collateral.
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Example
{
"amount": 12,
"collateralType": "SECURITY_DEPOSIT",
"interestPolicy": "do-account-more-may-power",
"isVariable": true,
"reason": "just-rather-rule-draw-manager"
}