Definition Type: ComplexType
Name: FairMarketValueType
Namespace: http://www.hr-xml.org/3
Type: oa:AmountType
Containing Schema: Fields.xsd
Abstract
Documentation:
A term used within HR-XML in the context of stock programs, including stock options. Fair market value is a concept with similar meaning in other contexts (asset valuations, etc.). This is a monetary amount, that also includes HR-XML standard effective dating attributes. For public companies, fair market value is typically the price at which the company's stock is traded on the date of the grant. In the case of a privately held company, this value is typically based upon an independent appraisal conducted by one or more third parties or determined by the board of directors based upon all of the relevant facts and circumstances.
Collapse XSD Schema Diagram:
Drilldown into currencyID in schema unqualifieddatatypes_xsd Drilldown into AmountType in schema unqualifieddatatypes_xsd Drilldown into AmountType in schema fields_xsd1 Drilldown into validTo in schema fields_xsd Drilldown into validFrom in schema fields_xsd Drilldown into EffectiveDateAttributeGroup in schema fields_xsdXSD Diagram of FairMarketValueType in schema fields_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="FairMarketValueType">
    <xsd:annotation>
        <xsd:documentation>A term used within HR-XML in the context of stock programs, including stock options.
			Fair market value is a concept with similar meaning in other contexts (asset valuations, etc.). This is
			a monetary amount, that also includes HR-XML standard effective dating attributes. For public companies, 
			fair market value is typically the price at which the company's stock is traded on the 
			date of the grant. In the case of a privately held company, this value is typically based upon an independent 
			appraisal conducted by one or more third parties or determined by the board of directors based upon all 
			of the relevant facts and circumstances.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="oa:AmountType">
            <xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
currencyID udt:currencyID Required
validFrom nsA:validFrom Optional
validTo nsA:validTo Optional
Collapse Derivation Tree:
Collapse References:
nsA:FairMarketValue