AssetValuation
A financial valuation of a risk or location asset. Captures different valuation methods (replacement cost, ACV, agreed value, etc.) and their provenance.
Structure
| Name | Card. | Type | Description |
|---|---|---|---|
| AssetValuation | A financial valuation of a risk or location asset. | ||
| type | 1..1 | CodeableConcept | Valuation method (replacement-cost, actual-cash-value, agreed-value, stated-value, market-value). terminology |
| amount | 1..1 | Money | The valuation amount |
| effectiveDate | 0..1 | string | Date this valuation was effective or determined. |
| source | 0..1 | string | Source of the valuation (appraisal, insured-stated, index-adjusted, market-comparable) |
| notes | 0..1 | string | Notes 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