complexType "FixedRateAccrual"
Namespace:
Content:
complex, 13 elements
Defined:
globally in fpml-loan-5-8.xsd; see XML source
Includes:
definitions of 5 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (13):
dayCountFraction (defined in AccrualOptionBase complexType),
endDate (defined in Period.model group),
paymentFrequency (defined in AccrualOptionBase complexType),
pikSpread (defined in FixedRateOptionBase complexType),
rate (defined in FixedRateOptionBase complexType),
startDate (defined in Period.model group)
All Direct / Indirect Based Elements (1):
fixedRateAccrual
Known Usage Locations
Annotation
A full definition of the accrual characteristics of a loan contract. This structure defines both the underlying base rate as well as any additional margins and costs associated with the loan contract.
Type Definition Detail
Type Derivation Tree
AccrualOptionBase (extension)
  FixedRateOptionBase (extension)
      FixedRateAccrual
XML Source (w/o annotations (7); see within schema source)
<xsd:complexType name="FixedRateAccrual">
<xsd:complexContent>
<xsd:extension base="FixedRateOptionBase">
<xsd:sequence>
<xsd:group ref="PeriodWithDays.model"/>
<xsd:sequence minOccurs="0">
<xsd:element minOccurs="0" name="penaltySpread" type="xsd:decimal"/>
<xsd:element minOccurs="0" name="defaultSpread" type="xsd:decimal"/>
<xsd:element minOccurs="0" name="mandatoryCostRate" type="xsd:decimal"/>
<xsd:element name="allInRate" type="NonNegativeDecimal"/>
</xsd:sequence>
<xsd:element minOccurs="0" name="paymentProjection" type="PaymentProjection"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 5/13)
allInRate
Type:
NonNegativeDecimal, simple content
The actual percentage rate charged to the borrower. (Base Rate + Spread + Default Rate + Penalty Rate + Mandatory Cost Rate) = All In Rate. This rate NEVER includes PIK.
Simple Content
xsd:decimal
minInclusive:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="allInRate" type="NonNegativeDecimal"/>

defaultSpread
Type:
xsd:decimal, predefined, simple content
The default spread currently applied to the interest rate period.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="defaultSpread" type="xsd:decimal"/>

mandatoryCostRate
Type:
xsd:decimal, predefined, simple content
The mandatory cost rate currently applied to the interest rate period.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="mandatoryCostRate" type="xsd:decimal"/>

paymentProjection
Type:
PaymentProjection, complex content
Projected interest payment details.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="paymentProjection" type="PaymentProjection"/>

penaltySpread
Type:
xsd:decimal, predefined, simple content
The penalty spread currently applied to the interest rate period.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="penaltySpread" type="xsd:decimal"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.