Class Collateral
java.lang.Object
net.finmath.smartcontract.product.xml.Collateral
A type for defining the obligations of the counterparty subject to credit
support requirements.
Java class for Collateral complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Collateral"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="independentAmount" type="{http://www.fpml.org/FpML-5/confirmation}IndependentAmount"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the independentAmount property.void
Sets the value of the independentAmount property.
-
Field Details
-
independentAmount
-
-
Constructor Details
-
Collateral
public Collateral()
-
-
Method Details
-
getIndependentAmount
Gets the value of the independentAmount property.- Returns:
- possible object is
IndependentAmount
-
setIndependentAmount
Sets the value of the independentAmount property.- Parameters:
value
- allowed object isIndependentAmount
-