Class FxTargetLeverage

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

public class FxTargetLeverage extends Object

Java class for FxTargetLeverage complex type.

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

 <complexType name="FxTargetLeverage">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="condition" type="{http://www.fpml.org/FpML-5/confirmation}ConditionEnum"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}FxTargetConditionLevel.model"/>
         <choice>
           <element name="ratio" type="{http://www.fpml.org/FpML-5/confirmation}Schedule"/>
           <sequence>
             <element name="notionalAmount" type="{http://www.fpml.org/FpML-5/confirmation}NonNegativeAmountSchedule"/>
             <element name="counterCurrencyAmount" type="{http://www.fpml.org/FpML-5/confirmation}FxCounterCurrencyAmount" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </choice>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FxTargetLeverage

      public FxTargetLeverage()
  • Method Details

    • getCondition

      public ConditionEnum getCondition()
      Gets the value of the condition property.
      Returns:
      possible object is ConditionEnum
    • setCondition

      public void setCondition(ConditionEnum value)
      Sets the value of the condition property.
      Parameters:
      value - allowed object is ConditionEnum
    • getLevel

      public FxLevel getLevel()
      Gets the value of the level property.
      Returns:
      possible object is FxLevel
    • setLevel

      public void setLevel(FxLevel value)
      Sets the value of the level property.
      Parameters:
      value - allowed object is FxLevel
    • getStrikeReference

      public FxStrikeReference getStrikeReference()
      Gets the value of the strikeReference property.
      Returns:
      possible object is FxStrikeReference
    • setStrikeReference

      public void setStrikeReference(FxStrikeReference value)
      Sets the value of the strikeReference property.
      Parameters:
      value - allowed object is FxStrikeReference
    • getPivotReference

      public FxPivotReference getPivotReference()
      Gets the value of the pivotReference property.
      Returns:
      possible object is FxPivotReference
    • setPivotReference

      public void setPivotReference(FxPivotReference value)
      Sets the value of the pivotReference property.
      Parameters:
      value - allowed object is FxPivotReference
    • getBarrierReference

      public FxComplexBarrierBaseReference getBarrierReference()
      Gets the value of the barrierReference property.
      Returns:
      possible object is FxComplexBarrierBaseReference
    • setBarrierReference

      public void setBarrierReference(FxComplexBarrierBaseReference value)
      Sets the value of the barrierReference property.
      Parameters:
      value - allowed object is FxComplexBarrierBaseReference
    • getLevelReference

      public FxLevelReference getLevelReference()
      Gets the value of the levelReference property.
      Returns:
      possible object is FxLevelReference
    • setLevelReference

      public void setLevelReference(FxLevelReference value)
      Sets the value of the levelReference property.
      Parameters:
      value - allowed object is FxLevelReference
    • getRatio

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

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

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

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

      public List<FxCounterCurrencyAmount> getCounterCurrencyAmount()
      Gets the value of the counterCurrencyAmount property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the counterCurrencyAmount property.

      For example, to add a new item, do as follows:

          getCounterCurrencyAmount().add(newItem);
       

      Objects of the following type(s) are allowed in the list FxCounterCurrencyAmount

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String