Class FxTargetSettlementPeriodPayoff

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

public class FxTargetSettlementPeriodPayoff extends Object
Payoff region

Java class for FxTargetSettlementPeriodPayoff complex type.

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

 <complexType name="FxTargetSettlementPeriodPayoff">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="payoffRegionReference" type="{http://www.fpml.org/FpML-5/confirmation}FxTargetPayoffRegionReference" minOccurs="0"/>
         <element name="strike" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
         <element name="counterCurrencyAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="lowerBound" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="upperBound" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="leverage" type="{http://www.fpml.org/FpML-5/confirmation}SettlementPeriodLeverage" minOccurs="0"/>
         <element name="payoffCap" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FxTargetSettlementPeriodPayoff

      public FxTargetSettlementPeriodPayoff()
  • Method Details

    • getPayoffRegionReference

      public FxTargetPayoffRegionReference getPayoffRegionReference()
      Gets the value of the payoffRegionReference property.
      Returns:
      possible object is FxTargetPayoffRegionReference
    • setPayoffRegionReference

      public void setPayoffRegionReference(FxTargetPayoffRegionReference value)
      Sets the value of the payoffRegionReference property.
      Parameters:
      value - allowed object is FxTargetPayoffRegionReference
    • getStrike

      public BigDecimal getStrike()
      Gets the value of the strike property.
      Returns:
      possible object is BigDecimal
    • setStrike

      public void setStrike(BigDecimal value)
      Sets the value of the strike 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
    • getLowerBound

      public BigDecimal getLowerBound()
      Gets the value of the lowerBound property.
      Returns:
      possible object is BigDecimal
    • setLowerBound

      public void setLowerBound(BigDecimal value)
      Sets the value of the lowerBound property.
      Parameters:
      value - allowed object is BigDecimal
    • getUpperBound

      public BigDecimal getUpperBound()
      Gets the value of the upperBound property.
      Returns:
      possible object is BigDecimal
    • setUpperBound

      public void setUpperBound(BigDecimal value)
      Sets the value of the upperBound property.
      Parameters:
      value - allowed object is BigDecimal
    • getLeverage

      public SettlementPeriodLeverage getLeverage()
      Gets the value of the leverage property.
      Returns:
      possible object is SettlementPeriodLeverage
    • setLeverage

      public void setLeverage(SettlementPeriodLeverage value)
      Sets the value of the leverage property.
      Parameters:
      value - allowed object is SettlementPeriodLeverage
    • getPayoffCap

      public BigDecimal getPayoffCap()
      Gets the value of the payoffCap property.
      Returns:
      possible object is BigDecimal
    • setPayoffCap

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