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

    • ratio

      protected BigDecimal ratio
    • notionalAmount

      protected BigDecimal notionalAmount
    • counterCurrencyAmount

      protected BigDecimal counterCurrencyAmount
  • Constructor Details

    • SettlementPeriodLeverage

      public SettlementPeriodLeverage()
  • Method Details

    • getRatio

      public BigDecimal getRatio()
      Gets the value of the ratio property.
      Returns:
      possible object is BigDecimal
    • setRatio

      public void setRatio(BigDecimal value)
      Sets the value of the ratio property.
      Parameters:
      value - allowed object is BigDecimal
    • getNotionalAmount

      public BigDecimal getNotionalAmount()
      Gets the value of the notionalAmount property.
      Returns:
      possible object is BigDecimal
    • setNotionalAmount

      public void setNotionalAmount(BigDecimal value)
      Sets the value of the notionalAmount property.
      Parameters:
      value - allowed object is BigDecimal
    • getCounterCurrencyAmount

      public BigDecimal getCounterCurrencyAmount()
      Gets the value of the counterCurrencyAmount property.
      Returns:
      possible object is BigDecimal
    • setCounterCurrencyAmount

      public void setCounterCurrencyAmount(BigDecimal value)
      Sets the value of the counterCurrencyAmount property.
      Parameters:
      value - allowed object is BigDecimal