Stores information about the contract types used in CLASIC/2.
Touchstone uses the information to convert CLASIC/2 contract types to Touchstone contract types.
Stores information about the contract types used in CLASIC/2.
Touchstone uses the information to convert CLASIC/2 contract types to Touchstone contract types.
| Creation Date | 2/25/2011 4:19 PM |
| File Group | PRIMARY |
| Text File Group | |
| System Object | ![]() |
| Published for Replication | ![]() |
| Rows | 17 |
| Data Space Used | 8.00 KB |
| Index Space Used | 8.00 KB |
| Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
|---|---|---|---|---|---|---|---|
| OldContractType | Code that represent the CLASIC/2 contract type.
| tinyint | 1 | |||
| NewTable | Touchstone database table where the contract type is saved. | sysname | 128 | |||
| ContractTypeCode | Code that represent the contract type. Corresponds to the code in OldContractType. | varchar | 10 | ![]() | |||
| Description | Description of the contract type. | varchar | 1024 | ![]() | |||
| IsDefault | Indicates whether the contract type is available as a default.
| bit | 1 | ![]() | dbo.D_1 | ||
| TriggerTypeCode | Used for reinsurance contracts types, this column identifies the trigger that initiates the contract. For a complete list of codes, see tTriggerType Table. | varchar | 10 | ![]() |
| Name | Description | Expression |
|---|---|---|
| CK__tConvertC__IsDef__61DB776A | ([IsDefault] IS NULL OR [IsDefault]>=(0) AND [IsDefault]<=(1)) |