complexType "PricingStructure"
Namespace:
Content:
complex, 1 attribute, 2 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
Includes:
definitions of 1 attribute, 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (2):
currency (defined in PricingStructure complexType),
name (defined in PricingStructure complexType)
Known Direct Subtypes (4):
CreditCurve, FxCurve, VolatilityRepresentation, YieldCurve
All Direct / Indirect Based Elements (5):
creditCurve, fxCurve, pricingStructure, volatilityRepresentation, yieldCurve
Known Usage Locations
Annotation
An abstract pricing structure base type. Used as a base for structures such as yield curves and volatility matrices.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType abstract="true" name="PricingStructure">
<xsd:sequence>
<xsd:element minOccurs="0" name="name" type="NormalizedString"/>
<xsd:element minOccurs="0" name="currency" type="Currency"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 1/1)
id
Type:
xsd:ID, predefined
Use:
optional
XML Source (see within schema source)
<xsd:attribute name="id" type="xsd:ID"/>
Content Element Detail (all declarations; defined within this component only; 2/2)
currency
Type:
Currency, simple content
The currency that the structure is expressed in (this is relevant mostly for the Interes Rates asset class).
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="currency" type="Currency"/>

name
Type:
NormalizedString, simple content
The name of the structure, e.g "USDLIBOR-3M EOD Curve".
Simple Content
xsd:normalizedString
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="name" type="NormalizedString"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.