java.lang.Object
net.finmath.smartcontract.product.xml.Product
net.finmath.smartcontract.product.xml.Fra

public class Fra extends Product
A type defining a Forward Rate Agreement (FRA) product.

Java class for Fra complex type.

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

 <complexType name="Fra">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Product">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}BuyerSeller.model"/>
         <sequence>
           <element name="adjustedEffectiveDate" type="{http://www.fpml.org/FpML-5/confirmation}RequiredIdentifierDate"/>
           <element name="adjustedTerminationDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         </sequence>
         <element name="paymentDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableDate"/>
         <element name="fixingDateOffset" type="{http://www.fpml.org/FpML-5/confirmation}RelativeDateOffset"/>
         <element name="dayCountFraction" type="{http://www.fpml.org/FpML-5/confirmation}DayCountFraction"/>
         <element name="calculationPeriodNumberOfDays" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
         <element name="notional" type="{http://www.fpml.org/FpML-5/confirmation}Money"/>
         <element name="fixedRate" type="{http://www.fpml.org/FpML-5/confirmation}IdentifiedRate"/>
         <element name="floatingRateIndex" type="{http://www.fpml.org/FpML-5/confirmation}FloatingRateIndex"/>
         <element name="indexTenor" type="{http://www.fpml.org/FpML-5/confirmation}Period" maxOccurs="unbounded"/>
         <element name="fraDiscounting" type="{http://www.fpml.org/FpML-5/confirmation}FraDiscountingEnum"/>
         <element name="additionalPayment" type="{http://www.fpml.org/FpML-5/confirmation}Payment" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Fra

      public Fra()
  • Method Details

    • getBuyerPartyReference

      public PartyReference getBuyerPartyReference()
      Gets the value of the buyerPartyReference property.
      Returns:
      possible object is PartyReference
    • setBuyerPartyReference

      public void setBuyerPartyReference(PartyReference value)
      Sets the value of the buyerPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getBuyerAccountReference

      public AccountReference getBuyerAccountReference()
      Gets the value of the buyerAccountReference property.
      Returns:
      possible object is AccountReference
    • setBuyerAccountReference

      public void setBuyerAccountReference(AccountReference value)
      Sets the value of the buyerAccountReference property.
      Parameters:
      value - allowed object is AccountReference
    • getSellerPartyReference

      public PartyReference getSellerPartyReference()
      Gets the value of the sellerPartyReference property.
      Returns:
      possible object is PartyReference
    • setSellerPartyReference

      public void setSellerPartyReference(PartyReference value)
      Sets the value of the sellerPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getSellerAccountReference

      public AccountReference getSellerAccountReference()
      Gets the value of the sellerAccountReference property.
      Returns:
      possible object is AccountReference
    • setSellerAccountReference

      public void setSellerAccountReference(AccountReference value)
      Sets the value of the sellerAccountReference property.
      Parameters:
      value - allowed object is AccountReference
    • getAdjustedEffectiveDate

      public RequiredIdentifierDate getAdjustedEffectiveDate()
      Gets the value of the adjustedEffectiveDate property.
      Returns:
      possible object is RequiredIdentifierDate
    • setAdjustedEffectiveDate

      public void setAdjustedEffectiveDate(RequiredIdentifierDate value)
      Sets the value of the adjustedEffectiveDate property.
      Parameters:
      value - allowed object is RequiredIdentifierDate
    • getAdjustedTerminationDate

      public XMLGregorianCalendar getAdjustedTerminationDate()
      Gets the value of the adjustedTerminationDate property.
      Returns:
      possible object is XMLGregorianCalendar
    • setAdjustedTerminationDate

      public void setAdjustedTerminationDate(XMLGregorianCalendar value)
      Sets the value of the adjustedTerminationDate property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getPaymentDate

      public AdjustableDate getPaymentDate()
      Gets the value of the paymentDate property.
      Returns:
      possible object is AdjustableDate
    • setPaymentDate

      public void setPaymentDate(AdjustableDate value)
      Sets the value of the paymentDate property.
      Parameters:
      value - allowed object is AdjustableDate
    • getFixingDateOffset

      public RelativeDateOffset getFixingDateOffset()
      Gets the value of the fixingDateOffset property.
      Returns:
      possible object is RelativeDateOffset
    • setFixingDateOffset

      public void setFixingDateOffset(RelativeDateOffset value)
      Sets the value of the fixingDateOffset property.
      Parameters:
      value - allowed object is RelativeDateOffset
    • getDayCountFraction

      public DayCountFraction getDayCountFraction()
      Gets the value of the dayCountFraction property.
      Returns:
      possible object is DayCountFraction
    • setDayCountFraction

      public void setDayCountFraction(DayCountFraction value)
      Sets the value of the dayCountFraction property.
      Parameters:
      value - allowed object is DayCountFraction
    • getCalculationPeriodNumberOfDays

      public BigInteger getCalculationPeriodNumberOfDays()
      Gets the value of the calculationPeriodNumberOfDays property.
      Returns:
      possible object is BigInteger
    • setCalculationPeriodNumberOfDays

      public void setCalculationPeriodNumberOfDays(BigInteger value)
      Sets the value of the calculationPeriodNumberOfDays property.
      Parameters:
      value - allowed object is BigInteger
    • getNotional

      public Money getNotional()
      Gets the value of the notional property.
      Returns:
      possible object is Money
    • setNotional

      public void setNotional(Money value)
      Sets the value of the notional property.
      Parameters:
      value - allowed object is Money
    • getFixedRate

      public IdentifiedRate getFixedRate()
      Gets the value of the fixedRate property.
      Returns:
      possible object is IdentifiedRate
    • setFixedRate

      public void setFixedRate(IdentifiedRate value)
      Sets the value of the fixedRate property.
      Parameters:
      value - allowed object is IdentifiedRate
    • getFloatingRateIndex

      public FloatingRateIndex getFloatingRateIndex()
      Gets the value of the floatingRateIndex property.
      Returns:
      possible object is FloatingRateIndex
    • setFloatingRateIndex

      public void setFloatingRateIndex(FloatingRateIndex value)
      Sets the value of the floatingRateIndex property.
      Parameters:
      value - allowed object is FloatingRateIndex
    • getIndexTenor

      public List<Period> getIndexTenor()
      Gets the value of the indexTenor 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 indexTenor property.

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

          getIndexTenor().add(newItem);
       

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

    • getFraDiscounting

      public FraDiscountingEnum getFraDiscounting()
      Gets the value of the fraDiscounting property.
      Returns:
      possible object is FraDiscountingEnum
    • setFraDiscounting

      public void setFraDiscounting(FraDiscountingEnum value)
      Sets the value of the fraDiscounting property.
      Parameters:
      value - allowed object is FraDiscountingEnum
    • getAdditionalPayment

      public List<Payment> getAdditionalPayment()
      Gets the value of the additionalPayment 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 additionalPayment property.

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

          getAdditionalPayment().add(newItem);
       

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