Class SettlementPeriodLeverage

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

public class SettlementPeriodLeverage extends Object

Java class for SettlementPeriodLeverage complex type.

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

 <complexType name="SettlementPeriodLeverage">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="ratio" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <sequence>
           <element name="notionalAmount" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
           <element name="counterCurrencyAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         </sequence>
       </choice>
     </restriction>
   </complexContent>
 </complexType>