<xsd:complexType name="CalculationDetails">
<xsd:annotation>
<xsd:documentation xml:lang="en">A cashflow component with optional calculation details that explain how the cashflow amount was computed.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="grossCashflow" type="GrossCashflow" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Payment details of this cash flow component, including currency, amount and payer/payee.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="observationElements" type="CashflowObservation" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">The underlyer rate or price observation(s) used to compute the amount of this cashflow component.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="calculationElements" type="CashflowCalculationElements" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|