Skip to main content

Input fields

amount : Int! required

Amount set up as collateral as condition for account creation.

collateralType : SettableCollateralType

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.

interestPolicy : String

Type of interest policy of required collateral.

isVariable : Boolean

Whether the term is variable.

reason : String! required

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" }