It represents the company’s financial models, where financial representations of its economic activity are created
Data model
Fields
| Field | Type | Description |
|---|---|---|
| description | NVARCHAR (500) | Description of the financial model |
| mod_id* | INT | Financial Model Identifier |
| mod_name* | NVARCHAR (100) | Financial Model Name |
| proyect_id | INT | Associated project ID, reference table ASMS_PROJECTS.proj_id |
Primary Key
| PK_ASDK_MODEL_COST_PRICE |
|---|
| mod_id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| proyect_id | dbo.ASMS_PROJECTS | proj_id | FK01_ASDK_MODEL_COST_PRICE |