XML Schema Documentation

Simple Type: MethodOfAdjustmentEnum

[Table of contents]

Super-types: xsd:token < MethodOfAdjustmentEnum (by restriction)
Sub-types: None
Name MethodOfAdjustmentEnum
Content
  • Base XSD Type: token
  • value comes from list: {'CalculationAgent'|'OptionsExchange'}
Documentation Defines how adjustments will be made to the contract should one or more of the extraordinary events occur.
Diagram
Schema Component Representation
<xsd:simpleType name="MethodOfAdjustmentEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="CalculationAgent"/>
<xsd:enumeration value="OptionsExchange"/>
</xsd:restriction>
</xsd:simpleType>