<xsd:group name="AllocationContent.model">
<xsd:sequence>
<xsd:element name="collateral" type="Collateral" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The sum that must be posted upfront to collateralize against counterparty credit risk.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="creditChargeAmount" type="Money" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Special credit fee assessed to certain institutions.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="approvals" type="Approvals" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A container for approval states in the workflow.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="masterConfirmationDate" type="xsd:date" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date of the confirmation executed between the parties and intended to govern the allocated trade between those parties.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|