Stores information about the models available in the application.
| Creation Date | 4/4/2022 3:02 AM |
| File Group | PRIMARY |
| Text File Group | |
| System Object | ![]() |
| Published for Replication | ![]() |
| Rows | 143 |
| Data Space Used | 16.00 KB |
| Index Space Used | 48.00 KB |
| Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
|---|---|---|---|---|---|---|---|
| ModelSID | Unique system-generated sequential identifier for the model. | int | 4 | |||
| ModelCode | Code that represents the model as presented in Touchstone. For a complete list of codes, see tModel Table. | smallint | 2 | ||||
| Model | Name of the model. | varchar | 255 | ||||
| PerilSetCode | Numeric code for the peril that corresponds to the model. For a complete list of codes, see tPerilSet Table. | int | 4 | ![]() | |||
| CatalogModelCode | Code that represents the model as presented in the catalog. | smallint | 2 | ||||
| ModelDLLVersion | Version of the model's .dll file. | varchar | 20 | ![]() | |||
| ModelLOB | Type of contract to which the model applies. For a complete list of codes, see dbo.tContractType Table. | varchar | 10 | ![]() | |||
| EnteredDate | Date and time when the model was created. | date | 8 | ||||
| EditedDate | Date and time when the model was last modified. | date | 8 | ||||
| StatusCode | System-provided status code for the record in the table. For a complete list of codes, see dbo.tStatus Table. | varchar | 10 | ||||
| ModelInfoProductVersion | Application version. | varchar | 10 | ||||
| IsPreviousVersionModel | Indicates whether the model version corresponds to the current or previous version of the model.
| bit | 1 | ((0)) | |||
| IsEligibleForNgm | Indicates whether the NGM Loss Engine is applicable for a model.
| bit | 1 | ((0)) |