Class InitialMargin

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

public class InitialMargin extends Object
Defines initial margin applied to a repo transaction. Initial margin is an agreed premium to the Purchase Price of a repo to determine the required Market Value of the collateral to be delivered on the Purchase Date. It reflects quality of the collateral. Its aim is to calculate the risk-adjusted or liquidation value of collateral.

Java class for InitialMargin complex type.

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

 <complexType name="InitialMargin">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="marginType" type="{http://www.fpml.org/FpML-5/confirmation}MarginTypeEnum"/>
         <element name="margin" type="{http://www.fpml.org/FpML-5/confirmation}InitialMarginCalculation" maxOccurs="unbounded"/>
         <element name="marginThreshold" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney" minOccurs="0"/>
         <element name="minimumTransferAmount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeMoney" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>