Class InitialMarginCalculation

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

public class InitialMarginCalculation extends Object
Defines the initial margin calculation applicable to a single piece of collateral.

Java class for InitialMarginCalculation complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="InitialMarginCalculation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <sequence>
             <element name="marginRatio" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
             <element name="marginRatioThreshold" type="{http://www.w3.org/2001/XMLSchema}decimal" maxOccurs="2" minOccurs="0"/>
           </sequence>
           <sequence>
             <element name="haircut" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
             <element name="haircutThreshold" type="{http://www.w3.org/2001/XMLSchema}decimal" maxOccurs="2" minOccurs="0"/>
           </sequence>
         </choice>
         <element name="assetReference" type="{http://www.fpml.org/FpML-5/confirmation}AssetReference" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>