Class DirectionalLegUnderlyer

Direct Known Subclasses:
DirectionalLegUnderlyerValuation, DividendLeg

public abstract class DirectionalLegUnderlyer extends DirectionalLeg
An abstract base class for all directional leg types with effective date, termination date, and underlyer where a payer makes a stream of payments of greater than zero value to a receiver.

Java class for DirectionalLegUnderlyer complex type.

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

 <complexType name="DirectionalLegUnderlyer">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}DirectionalLeg">
       <sequence>
         <element name="underlyer" type="{http://www.fpml.org/FpML-5/confirmation}Underlyer"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}OptionSettlement.model"/>
         <element name="fxFeature" type="{http://www.fpml.org/FpML-5/confirmation}FxFeature" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • DirectionalLegUnderlyer

      public DirectionalLegUnderlyer()
  • Method Details

    • getUnderlyer

      public Underlyer getUnderlyer()
      Gets the value of the underlyer property.
      Returns:
      possible object is Underlyer
    • setUnderlyer

      public void setUnderlyer(Underlyer value)
      Sets the value of the underlyer property.
      Parameters:
      value - allowed object is Underlyer
    • getSettlementType

      public SettlementTypeEnum getSettlementType()
      Gets the value of the settlementType property.
      Returns:
      possible object is SettlementTypeEnum
    • setSettlementType

      public void setSettlementType(SettlementTypeEnum value)
      Sets the value of the settlementType property.
      Parameters:
      value - allowed object is SettlementTypeEnum
    • getSettlementDate

      public AdjustableOrRelativeDate getSettlementDate()
      Gets the value of the settlementDate property.
      Returns:
      possible object is AdjustableOrRelativeDate
    • setSettlementDate

      public void setSettlementDate(AdjustableOrRelativeDate value)
      Sets the value of the settlementDate property.
      Parameters:
      value - allowed object is AdjustableOrRelativeDate
    • getSettlementAmount

      public Money getSettlementAmount()
      Gets the value of the settlementAmount property.
      Returns:
      possible object is Money
    • setSettlementAmount

      public void setSettlementAmount(Money value)
      Sets the value of the settlementAmount property.
      Parameters:
      value - allowed object is Money
    • getSettlementCurrency

      public Currency getSettlementCurrency()
      Gets the value of the settlementCurrency property.
      Returns:
      possible object is Currency
    • setSettlementCurrency

      public void setSettlementCurrency(Currency value)
      Sets the value of the settlementCurrency property.
      Parameters:
      value - allowed object is Currency
    • getFxFeature

      public FxFeature getFxFeature()
      Gets the value of the fxFeature property.
      Returns:
      possible object is FxFeature
    • setFxFeature

      public void setFxFeature(FxFeature value)
      Sets the value of the fxFeature property.
      Parameters:
      value - allowed object is FxFeature