XML Schema Documentation

Complex Type: MarginRateChange

[Table of contents]

Super-types: None
Sub-types: None
Name MarginRateChange
Used by (from the same schema document) Complex Type PricingChangeNotice
Abstract no
Documentation The amount by which the margin rate has changed within a facility.
XML Instance Representation
<...>
<borrowingOptionType> BorrowingOptionType </borrowingOptionType> [0..1]

'The type of funded product for which the margin is being amended.'

<loanContractSummary> LoanContractSummary </loanContractSummary> [0..1]

'A basic set of fields used to uniquely identify the loan contract.'

<effectiveDate> xsd:date </effectiveDate> [1]

'The effective date of the pricing change.'

<priorRate> xsd:decimal </priorRate> [0..1]

'The margin rate prior to the repricing.'

<postRate> xsd:decimal </postRate> [1]

'The margin rate after the repricing.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="MarginRateChange">
<xsd:sequence>
<xsd:element name="borrowingOptionType" type=" BorrowingOptionType " minOccurs="0"/>
<xsd:element name="loanContractSummary" type=" LoanContractSummary " minOccurs="0"/>
<xsd:element name="effectiveDate" type=" xsd:date "/>
<xsd:element name="priorRate" type=" xsd:decimal " minOccurs="0"/>
<xsd:element name="postRate" type=" xsd:decimal "/>
</xsd:sequence>
</xsd:complexType>