Direct Known Subclasses:
ConvertibleBond

public class Bond extends UnderlyingAsset
An exchange traded bond.

Java class for Bond complex type.

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

 <complexType name="Bond">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}UnderlyingAsset">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}FixedIncomeSecurityContent.model"/>
         <element name="parValue" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="faceAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}BondCalculation.model"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Bond

      public Bond()
  • Method Details

    • getIssuerName

      public String getIssuerName()
      Gets the value of the issuerName property.
      Returns:
      possible object is String
    • setIssuerName

      public void setIssuerName(String value)
      Sets the value of the issuerName property.
      Parameters:
      value - allowed object is String
    • getIssuerPartyReference

      public PartyReference getIssuerPartyReference()
      Gets the value of the issuerPartyReference property.
      Returns:
      possible object is PartyReference
    • setIssuerPartyReference

      public void setIssuerPartyReference(PartyReference value)
      Sets the value of the issuerPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getSeniority

      public CreditSeniority getSeniority()
      Gets the value of the seniority property.
      Returns:
      possible object is CreditSeniority
    • setSeniority

      public void setSeniority(CreditSeniority value)
      Sets the value of the seniority property.
      Parameters:
      value - allowed object is CreditSeniority
    • getCouponType

      public CouponType getCouponType()
      Gets the value of the couponType property.
      Returns:
      possible object is CouponType
    • setCouponType

      public void setCouponType(CouponType value)
      Sets the value of the couponType property.
      Parameters:
      value - allowed object is CouponType
    • getCouponRate

      public BigDecimal getCouponRate()
      Gets the value of the couponRate property.
      Returns:
      possible object is BigDecimal
    • setCouponRate

      public void setCouponRate(BigDecimal value)
      Sets the value of the couponRate property.
      Parameters:
      value - allowed object is BigDecimal
    • getMaturity

      public XMLGregorianCalendar getMaturity()
      Gets the value of the maturity property.
      Returns:
      possible object is XMLGregorianCalendar
    • setMaturity

      public void setMaturity(XMLGregorianCalendar value)
      Sets the value of the maturity property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getParValue

      public BigDecimal getParValue()
      Gets the value of the parValue property.
      Returns:
      possible object is BigDecimal
    • setParValue

      public void setParValue(BigDecimal value)
      Sets the value of the parValue property.
      Parameters:
      value - allowed object is BigDecimal
    • getFaceAmount

      public BigDecimal getFaceAmount()
      Gets the value of the faceAmount property.
      Returns:
      possible object is BigDecimal
    • setFaceAmount

      public void setFaceAmount(BigDecimal value)
      Sets the value of the faceAmount property.
      Parameters:
      value - allowed object is BigDecimal
    • getPaymentFrequency

      public Period getPaymentFrequency()
      Gets the value of the paymentFrequency property.
      Returns:
      possible object is Period
    • setPaymentFrequency

      public void setPaymentFrequency(Period value)
      Sets the value of the paymentFrequency property.
      Parameters:
      value - allowed object is Period
    • 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