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>
 
  • Field Details

  • Constructor Details

    • Collateral

      public Collateral()
  • Method Details

    • getIndependentAmount

      public IndependentAmount getIndependentAmount()
      Gets the value of the independentAmount property.
      Returns:
      possible object is IndependentAmount
    • setIndependentAmount

      public void setIndependentAmount(IndependentAmount value)
      Sets the value of the independentAmount property.
      Parameters:
      value - allowed object is IndependentAmount