<xsd:complexType name="FormulaTerm">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining a term of the formula. Its value is the product of the its coefficient and the referenced partial derivatives.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="coefficient" type="xsd:decimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">The coefficient by which this term is multiplied, typically 1 or -1.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="partialDerivativeReference" type="PricingParameterDerivativeReference" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">A reference to the partial derivative.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|