<xsd:complexType name="IndependentAmountInterestRate">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type to specify the interest terms applicable to a margin terms agreement. Initially developed for the Standard CSA, but applicable in concept to other agreements.</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:element name="initialMarginInterestRateTerms" type="InitialMarginInterestRateTerms" />
<xsd:element name="specifiedRate" type="SpecifiedRate" maxOccurs="unbounded" />
</xsd:choice>
</xsd:complexType>
|