XML Schema Documentation

Simple Type: NotionalAdjustmentEnum

[Table of contents]

Super-types: xsd:token < NotionalAdjustmentEnum (by restriction)
Sub-types: None
Name NotionalAdjustmentEnum
Content
  • Base XSD Type: token
  • value comes from list: {'Execution'|'PortfolioRebalancing'|'Standard'}
Documentation The conditions that govern the adjustment to the number of units of the equity swap.
Diagram
Schema Component Representation
<xsd:simpleType name="NotionalAdjustmentEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="Execution"/>
<xsd:enumeration value="PortfolioRebalancing"/>
<xsd:enumeration value="Standard"/>
</xsd:restriction>
</xsd:simpleType>