<xsd:complexType name="PaymentProjection">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure that represents interest payment projections.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="nextPaymentDate" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">The next payment for the associated event type is due on this date. This is an actual (adjusted) date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="projectedAmount" type="MoneyWithParticipantShare" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Projected amount payable on the next payment date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|