XML Schema Documentation

Simple Type: CalculationAgentPartyEnum

[Table of contents]

Super-types: xsd:token < CalculationAgentPartyEnum (by restriction)
Sub-types: None
Name CalculationAgentPartyEnum
Content
  • Base XSD Type: token
  • value comes from list: {'ExercisingParty'|'NonExercisingParty'|'AsSpecifiedInMasterAgreement'}
Documentation The specification of how a calculation agent will be determined.
Diagram
Schema Component Representation
<xsd:simpleType name="CalculationAgentPartyEnum">
<xsd:restriction base=" xsd:token ">
<xsd:enumeration value="ExercisingParty"/>
<xsd:enumeration value="NonExercisingParty"/>
<xsd:enumeration value="AsSpecifiedInMasterAgreement"/>
</xsd:restriction>
</xsd:simpleType>