Skip to content

AssetValuation

A financial valuation of a risk or location asset. Captures different valuation methods (replacement cost, ACV, agreed value, etc.) and their provenance.

Structure

NameCard.TypeDescription
RAssetValuationA financial valuation of a risk or location asset.
type1..1CodeableConceptValuation method (replacement-cost, actual-cash-value, agreed-value, stated-value, market-value). terminology
amount1..1MoneyThe valuation amount
effectiveDate0..1stringDate this valuation was effective or determined.
source0..1stringSource of the valuation (appraisal, insured-stated, index-adjusted, market-comparable)
notes0..1stringNotes about the valuation methodology or caveats

Example

json
{
  "type": {
    "coding": [
      {
        "code": "replacement-cost",
        "display": "Replacement Cost"
      }
    ]
  },
  "amount": {
    "value": 5000000,
    "currency": "USD"
  },
  "effectiveDate": "2025-01-15",
  "source": "appraisal"
}

JSON Schema

Full JSON Schema: AssetValuation.schema.json