complexType "FormulaTerm"
Namespace:
Content:
complex, 2 elements
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (2):
coefficient,
partialDerivativeReference (in term in formula in sensitivityDefinition)
All Direct / Indirect Based Elements (1):
term (in formula in sensitivityDefinition)
Known Usage Locations
Annotation
A type defining a term of the formula. Its value is the product of the its coefficient and the referenced partial derivatives.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType name="FormulaTerm">
<xsd:sequence>
<xsd:element name="coefficient" type="xsd:decimal"/>
<xsd:element maxOccurs="unbounded" name="partialDerivativeReference" type="PricingParameterDerivativeReference"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/2)
coefficient
Type:
xsd:decimal, predefined, simple content
The coefficient by which this term is multiplied, typically 1 or -1.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="coefficient" type="xsd:decimal"/>

partialDerivativeReference
Type:
A reference to the partial derivative.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" name="partialDerivativeReference" type="PricingParameterDerivativeReference"/>

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.