simpleType "LoanTransferFeePaidByEnum"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xsd:token
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 (2):
Known Usage Locations
Annotation
A list of standard market rules for the treatment of split of assignment fees between counterparties.
See:  http://www.FpML.org
Type Definition Detail
Type Derivation Tree
xsd:token (restriction)
  LoanTransferFeePaidByEnum
Derivation:
restriction of xsd:token
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:token">
<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 FlexDoc/XML 1.12.2 using FlexDoc/XML XSDDoc 2.9.1 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.