<xsd:complexType name="Rollover">
<xsd:annotation>
<xsd:documentation xml:lang="en">An event representing the prepayment structure associated within a facility.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="AbstractFacilityEvent">
<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 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="LoanInterestPayment" />
<xsd:element name="repayment" type="Repayment" />
</xsd:choice>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|