Class Mortgage


public class Mortgage extends UnderlyingAsset
A type describing a mortgage asset.

Java class for Mortgage complex type.

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

 <complexType name="Mortgage">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}UnderlyingAsset">
       <sequence>
         <choice minOccurs="0">
           <element name="insurer" type="{http://www.fpml.org/FpML-5/confirmation}LegalEntity"/>
           <element name="insurerReference" type="{http://www.fpml.org/FpML-5/confirmation}LegalEntityReference"/>
         </choice>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}FixedIncomeSecurityContent.model"/>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}BondCalculation.model"/>
         <element name="originalPrincipalAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="pool" type="{http://www.fpml.org/FpML-5/confirmation}AssetPool" minOccurs="0"/>
         <element name="sector" type="{http://www.fpml.org/FpML-5/confirmation}MortgageSector" minOccurs="0"/>
         <element name="tranche" type="{http://www.fpml.org/FpML-5/confirmation}Token" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • Mortgage

      public Mortgage()
  • Method Details

    • getInsurer

      public LegalEntity getInsurer()
      Gets the value of the insurer property.
      Returns:
      possible object is LegalEntity
    • setInsurer

      public void setInsurer(LegalEntity value)
      Sets the value of the insurer property.
      Parameters:
      value - allowed object is LegalEntity
    • getInsurerReference

      public LegalEntityReference getInsurerReference()
      Gets the value of the insurerReference property.
      Returns:
      possible object is LegalEntityReference
    • setInsurerReference

      public void setInsurerReference(LegalEntityReference value)
      Sets the value of the insurerReference property.
      Parameters:
      value - allowed object is LegalEntityReference
    • 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
    • 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
    • getOriginalPrincipalAmount

      public BigDecimal getOriginalPrincipalAmount()
      Gets the value of the originalPrincipalAmount property.
      Returns:
      possible object is BigDecimal
    • setOriginalPrincipalAmount

      public void setOriginalPrincipalAmount(BigDecimal value)
      Sets the value of the originalPrincipalAmount property.
      Parameters:
      value - allowed object is BigDecimal
    • getPool

      public AssetPool getPool()
      Gets the value of the pool property.
      Returns:
      possible object is AssetPool
    • setPool

      public void setPool(AssetPool value)
      Sets the value of the pool property.
      Parameters:
      value - allowed object is AssetPool
    • getSector

      public MortgageSector getSector()
      Gets the value of the sector property.
      Returns:
      possible object is MortgageSector
    • setSector

      public void setSector(MortgageSector value)
      Sets the value of the sector property.
      Parameters:
      value - allowed object is MortgageSector
    • getTranche

      public String getTranche()
      Gets the value of the tranche property.
      Returns:
      possible object is String
    • setTranche

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