<xsd:complexType name="PricingModel">
<xsd:annotation>
<xsd:documentation xml:lang="en">A scheme identifying the types of pricing model used to evaluate the price of an asset. Examples include Intrinsic, ClosedForm, MonteCarlo, BackwardInduction.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="Scheme">
<xsd:attribute name="pricingModelScheme" type="NonEmptyURI" default="http://www.fpml.org/coding-scheme/pricing-model" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|