Class DirectionalLeg

java.lang.Object
net.finmath.smartcontract.product.xml.Leg
net.finmath.smartcontract.product.xml.DirectionalLeg
Direct Known Subclasses:
DirectionalLegUnderlyer, FixedPaymentLeg, InterestLeg, ReturnSwapLegUnderlyer, UnderlyerInterestLeg

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

Java class for DirectionalLeg complex type.

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

 <complexType name="DirectionalLeg">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Leg">
       <sequence>
         <element name="legIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}LegIdentifier" maxOccurs="unbounded" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PayerReceiver.model"/>
         <element name="effectiveDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate" minOccurs="0"/>
         <element name="terminationDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • DirectionalLeg

      public DirectionalLeg()
  • Method Details

    • getLegIdentifier

      public List<LegIdentifier> getLegIdentifier()
      Gets the value of the legIdentifier 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 legIdentifier property.

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

          getLegIdentifier().add(newItem);
       

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

    • getPayerPartyReference

      public PartyReference getPayerPartyReference()
      Gets the value of the payerPartyReference property.
      Returns:
      possible object is PartyReference
    • setPayerPartyReference

      public void setPayerPartyReference(PartyReference value)
      Sets the value of the payerPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getPayerAccountReference

      public AccountReference getPayerAccountReference()
      Gets the value of the payerAccountReference property.
      Returns:
      possible object is AccountReference
    • setPayerAccountReference

      public void setPayerAccountReference(AccountReference value)
      Sets the value of the payerAccountReference property.
      Parameters:
      value - allowed object is AccountReference
    • getReceiverPartyReference

      public PartyReference getReceiverPartyReference()
      Gets the value of the receiverPartyReference property.
      Returns:
      possible object is PartyReference
    • setReceiverPartyReference

      public void setReceiverPartyReference(PartyReference value)
      Sets the value of the receiverPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getReceiverAccountReference

      public AccountReference getReceiverAccountReference()
      Gets the value of the receiverAccountReference property.
      Returns:
      possible object is AccountReference
    • setReceiverAccountReference

      public void setReceiverAccountReference(AccountReference value)
      Sets the value of the receiverAccountReference property.
      Parameters:
      value - allowed object is AccountReference
    • getEffectiveDate

      public AdjustableOrRelativeDate getEffectiveDate()
      Gets the value of the effectiveDate property.
      Returns:
      possible object is AdjustableOrRelativeDate
    • setEffectiveDate

      public void setEffectiveDate(AdjustableOrRelativeDate value)
      Sets the value of the effectiveDate property.
      Parameters:
      value - allowed object is AdjustableOrRelativeDate
    • getTerminationDate

      public AdjustableOrRelativeDate getTerminationDate()
      Gets the value of the terminationDate property.
      Returns:
      possible object is AdjustableOrRelativeDate
    • setTerminationDate

      public void setTerminationDate(AdjustableOrRelativeDate value)
      Sets the value of the terminationDate property.
      Parameters:
      value - allowed object is AdjustableOrRelativeDate