<xsd:complexType name="IndependentAmounts">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type to specify how the independent amount (a.k.a. initial margin collateral) is determined.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="partyReference" type="PartyReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">The party to which the terms apply.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="independentAmountDetermination" type="IndependentAmountDetermination" />
</xsd:sequence>
</xsd:complexType>
|