<xsd:simpleType name="CallingPartyEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Identifies a party to the on-demand repo transaction that has a right to demand for termination of the repo transaction.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="InitialBuyer">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Initial buyer to the repo transaction.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="InitialSeller">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Initial seller to the repo transaction.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Either">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Either, Buyer or Seller to the repo transaction.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="AsDefinedInMasterAgreement">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">As defined in Master Agreement.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|