Class Mortgage

java.lang.Object

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>