simpleType "LoanTransferFeePaidByEnum"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xsd:string
Simple Content Restrictions:
Enumeration:
"BuyerSplitOneHalf"
 - 
Buyer is responsible for one half of one allocation's assignment fee (regardless of the number of allocations).
"OneFeePaidByBuyer"
 - 
Buyer is responsible for one allocation's assignment fee (regardless of the number of allocations).
"OneFeePaidBySeller"
 - 
Seller is responsible for one allocation's assignment fee (regardless of the number of allocations).
"PaidByBuyer"
 - 
Fee is paid by buyer.
"PaidBySeller"
 - 
Fee is paid by seller.
"SellerSplitOneHalf"
 - 
Seller is responsible for one half of one allocation's assignment fee (regardless of the number of allocations).
"SplitFull"
 - 
Ticket owner is responsible for one allocation's assignment fee (regardless of the number of allocations).

All Direct / Indirect Based Elements (1):
paidBy
Known Usage Locations
Annotation
A list of standard market rules for the treatment of split of assignment fees between counterparties.
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  LoanTransferFeePaidByEnum
Derivation:
restriction of xsd:string
Facets:
enumeration:
"BuyerSplitOneHalf"
 - 
Buyer is responsible for one half of one allocation's assignment fee (regardless of the number of allocations).
"OneFeePaidByBuyer"
 - 
Buyer is responsible for one allocation's assignment fee (regardless of the number of allocations).
"OneFeePaidBySeller"
 - 
Seller is responsible for one allocation's assignment fee (regardless of the number of allocations).
"PaidByBuyer"
 - 
Fee is paid by buyer.
"PaidBySeller"
 - 
Fee is paid by seller.
"SellerSplitOneHalf"
 - 
Seller is responsible for one half of one allocation's assignment fee (regardless of the number of allocations).
"SplitFull"
 - 
Ticket owner is responsible for one allocation's assignment fee (regardless of the number of allocations).
XML Source (w/o annotations (8); see within schema source)
<xsd:simpleType name="LoanTransferFeePaidByEnum">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="BuyerSplitOneHalf"/>
<xsd:enumeration value="OneFeePaidByBuyer"/>
<xsd:enumeration value="OneFeePaidBySeller"/>
<xsd:enumeration value="PaidByBuyer"/>
<xsd:enumeration value="PaidBySeller"/>
<xsd:enumeration value="SellerSplitOneHalf"/>
<xsd:enumeration value="SplitFull"/>
</xsd:restriction>
</xsd:simpleType>

XML schema documentation generated with DocFlex/XML 1.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.