Class Collateral

java.lang.Object
net.finmath.smartcontract.product.xml.Collateral

public class Collateral extends Object
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>