<xsd:group name="StockLoan.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">Stock Loan Content Model</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="lossOfStockBorrow" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">If true, then loss of stock borrow is applicable.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="maximumStockLoanRate" type="RestrictedPercentage" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the maximum stock loan rate for Loss of Stock Borrow.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="increasedCostOfStockBorrow" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">If true, then increased cost of stock borrow is applicable.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="initialStockLoanRate" type="RestrictedPercentage" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the initial stock loan rate for Increased Cost of Stock Borrow.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|