📊 Asset Valuer Pro - Models Documentation
⚠️ Important Note:
This directory contains documentation about the data models used in Asset Valuer Pro. The actual source code is maintained in a separate repository and is not included in this documentation repository.
Overview
This directory contains documentation for the data models (entities) used in the Asset Valuer Pro system. These models represent the core business objects that the application manages, including assets, components, jobs, and valuation-related entities.
Available Model Documentation
- Asset - Core entity representing physical assets to be valued
- Component - Parts of assets with their own valuation characteristics
- Job - Represents a valuation at a point in time
- ValuationProfile - Defines consumption patterns for valuation
- And more...
For a complete list of models, see the Models Inventory.
Model Relationships
The models in Asset Valuer Pro form a hierarchical structure:
- Jobs contain Asset Classes
- Asset Classes contain Asset Types
- Asset Types contain Asset Sub-Types
- Asset Sub-Types categorize Assets
- Assets contain Components
- Components have their own hierarchy (Type and Sub-Type)
Refer to the individual model documentation for detailed relationship information.