Contains information about the specific terms and conditions assigned to assets covered by a legal document
| Column Name | Column Datatype | Column Null Option | Column Comment |
| legaldoc_uuid | byte(16) | not null | Legal document ID. Primary key. |
| own_resource_uuid | byte(16) | not null | Asset item name. Second part of the primary key. Foreign key to the ca_owned_resource table. |
| lctdid | integer | not null | Legal term or condition. Primary key. |
| lcstrtdt | date | with null | Start date |
| lcenddt | date | with null | End date |
| lccommnt | nvarchar(255) | with null | Comments |
| lcincltc | smallint | with null | Included |
| lcsectn | nvarchar(50) | with null | Section |
| creation_user | nvarchar(64) | with null | Creation user |
| creation_date | integer | with null | Creation date |
| last_update_user | nvarchar(64) | with null | Last update user |
| last_update_date | integer | with null | Last update date |
| version_number | integer | with null | Version number |
Product Name: Unicenter Asset Portfolio Management
Table Type: Table