Definition Type: ComplexType
Name: RolloverNotification
Namespace: http://www.fpml.org/FpML-5/confirmation
Type: nsA:AbstractContractNotification
Containing Schema: fpml-loan-5-9.xsd
Abstract
Documentation:
A loan servicing notification designed to communicate the combination of business events associated with a rollover transaction.
Collapse XSD Schema Diagram:
Drilldown into party in schema fpml-loan-5-9_xsd Drilldown into facilitySummary in schema fpml-loan-5-9_xsd Drilldown into facilityIdentifier in schema fpml-loan-5-9_xsd Drilldown into FacilityDetails.model in schema fpml-loan-5-9_xsd Drilldown into repayment in schema fpml-loan-5-9_xsd Drilldown into interestPayment in schema fpml-loan-5-9_xsd Drilldown into interestCapitalization in schema fpml-loan-5-9_xsd Drilldown into commitmentAdjustment in schema fpml-loan-5-9_xsd Drilldown into borrowing in schema fpml-loan-5-9_xsd Drilldown into baseRateSet in schema fpml-loan-5-9_xsd Drilldown into currentContracts in schema fpml-loan-5-9_xsd Drilldown into maturingContracts in schema fpml-loan-5-9_xsd Drilldown into facilityOutstandingsPosition in schema fpml-loan-5-9_xsd Drilldown into paymentDetails in schema fpml-loan-5-9_xsd Drilldown into isGlobalOnly in schema fpml-loan-5-9_xsd Drilldown into noticeDate in schema fpml-loan-5-9_xsd Drilldown into onBehalfOf in schema fpml-shared-5-9_xsd Drilldown into OnBehalfOf.model in schema fpml-shared-5-9_xsd Drilldown into sequenceNumber in schema fpml-msg-5-9_xsd Drilldown into Sequence.model in schema fpml-msg-5-9_xsd Drilldown into correlationId in schema fpml-msg-5-9_xsd Drilldown into CorrelationId.model in schema fpml-msg-5-9_xsd Drilldown into parentCorrelationId in schema fpml-msg-5-9_xsd Drilldown into Correlation.model in schema fpml-msg-5-9_xsd Drilldown into CorrelationAndSequence.model in schema fpml-msg-5-9_xsd Drilldown into isCorrection in schema fpml-msg-5-9_xsd Drilldown into validation in schema fpml-doc-5-9_xsd Drilldown into Validation.model in schema fpml-doc-5-9_xsd Drilldown into header in schema fpml-msg-5-9_xsd Drilldown into actualBuild in schema fpml-doc-5-9_xsd Drilldown into expectedBuild in schema fpml-doc-5-9_xsd Drilldown into fpmlVersion in schema fpml-doc-5-9_xsd Drilldown into VersionAttributes.atts in schema fpml-doc-5-9_xsd Drilldown into Document in schema fpml-doc-5-9_xsd Drilldown into Message in schema fpml-msg-5-9_xsd Drilldown into RequestMessage in schema fpml-msg-5-9_xsd Drilldown into CorrectableRequestMessage in schema fpml-msg-5-9_xsd Drilldown into AbstractServicingNotification in schema fpml-loan-5-9_xsd Drilldown into AbstractContractNotification in schema fpml-loan-5-9_xsdXSD Diagram of RolloverNotification in schema fpml-loan-5-9_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="RolloverNotification">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A loan servicing notification designed to communicate the combination of business events associated with a rollover transaction.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="AbstractContractNotification">
            <xsd:sequence>
                <xsd:sequence>
                    <xsd:element name="maturingContracts">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">A list of all contracts that are maturing during the rollover event.</xsd:documentation>
                        </xsd:annotation>
                        <xsd:complexType>
                            <xsd:group ref="LoanContractDetails.model" maxOccurs="unbounded" />
                        </xsd:complexType>
                    </xsd:element>
                    <xsd:element name="currentContracts">
                        <xsd:annotation>
                            <xsd:documentation xml:lang="en">A list of all contracts whose rates are resetting or contracts that are initiating as part of the rollover event.</xsd:documentation>
                        </xsd:annotation>
                        <xsd:complexType>
                            <xsd:sequence>
                                <xsd:element name="contract" type="LoanContract" maxOccurs="unbounded" />
                            </xsd:sequence>
                        </xsd:complexType>
                    </xsd:element>
                </xsd:sequence>
                <xsd:choice minOccurs="0" maxOccurs="unbounded">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The optional business events that can be combined to represent all the actions/chash flows that take place during the rollover.</xsd:documentation>
                    </xsd:annotation>
                    <xsd:element name="baseRateSet" type="LoanContractBaseRateSet" />
                    <xsd:element name="borrowing" type="Borrowing" />
                    <xsd:element name="commitmentAdjustment" type="CommitmentAdjustment" />
                    <xsd:element name="interestCapitalization" type="InterestCapitalization" />
                    <xsd:element name="interestPayment" type="InterestPayment" />
                    <xsd:element name="repayment" type="Repayment" />
                </xsd:choice>
                <xsd:group ref="FacilityDetails.model" />
                <xsd:element name="party" type="Party" maxOccurs="unbounded">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">A legal entity or a subdivision of a legal entity.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
header nsA:header (1) (1)
validation nsA:validation 0 unbounded
isCorrection nsA:isCorrection (1) (1)
parentCorrelationId nsA:parentCorrelationId 0 (1)
correlationId nsA:correlationId (1) (1)
sequenceNumber nsA:sequenceNumber (1) (1)
onBehalfOf nsA:onBehalfOf (1) (1)
noticeDate nsA:noticeDate (1) (1)
isGlobalOnly nsA:isGlobalOnly (1) (1)
paymentDetails nsA:paymentDetails 0 unbounded
facilityOutstandingsPosition nsA:facilityOutstandingsPosition 0 (1)
maturingContracts nsA:maturingContracts (1) (1)
currentContracts nsA:currentContracts (1) (1)
baseRateSet nsA:baseRateSet (1) (1)
borrowing nsA:borrowing (1) (1)
commitmentAdjustment nsA:commitmentAdjustment (1) (1)
interestCapitalization nsA:interestCapitalization (1) (1)
interestPayment nsA:interestPayment (1) (1)
repayment nsA:repayment (1) (1)
facilityIdentifier nsA:facilityIdentifier (1) (1)
facilitySummary nsA:facilitySummary (1) (1)
party nsA:party (1) unbounded
<xs:group> nsA:Validation.model (1) (1)
<xs:group> nsA:CorrelationAndSequence.model 0 (1)
<xs:group> nsA:Correlation.model (1) (1)
<xs:group> nsA:CorrelationId.model (1) (1)
<xs:group> nsA:Sequence.model (1) (1)
<xs:group> nsA:OnBehalfOf.model 0 (1)
<xs:group> nsA:FacilityDetails.model (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
fpmlVersion nsA:fpmlVersion Required
expectedBuild nsA:expectedBuild (Optional)
actualBuild nsA:actualBuild (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:rolloverNotification