<xsd:simpleType name="LoanTransferFeePaidByEnum">
<xsd:annotation>
<xsd:documentation>A list of standard market rules for the treatment of split of assignment fees between counterparties.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="BuyerSplitOneHalf">
<xsd:annotation>
<xsd:documentation>Buyer is responsible for one half of one allocation's assignment fee (regardless of the number of allocations).</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="OneFeePaidByBuyer">
<xsd:annotation>
<xsd:documentation>Buyer is responsible for one allocation's assignment fee (regardless of the number of allocations).</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="OneFeePaidBySeller">
<xsd:annotation>
<xsd:documentation>Seller is responsible for one allocation's assignment fee (regardless of the number of allocations).</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="PaidByBuyer">
<xsd:annotation>
<xsd:documentation>Fee is paid by buyer.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="PaidBySeller">
<xsd:annotation>
<xsd:documentation>Fee is paid by seller.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SellerSplitOneHalf">
<xsd:annotation>
<xsd:documentation>Seller is responsible for one half of one allocation's assignment fee (regardless of the number of allocations).</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="SplitFull">
<xsd:annotation>
<xsd:documentation>Ticket owner is responsible for one allocation's assignment fee (regardless of the number of allocations).</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|