Contains information about a legal documents specific terms and conditions. Terms and conditions are areas of agreement specified in legal documents. They are defined in the customization window and legal documents use them. A record is added to this table when a Ts and Cs are added to the legal document. The terms and conditions of a legal document can be viewed by selecting the Ts and Cs defined for a legal document node in the legal document main view.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| legaldoc_uuid | byte(16) | not null | Legal document id. Primary key. |
| lttdid | integer | not null | Legal term or condition definition. Primary key. |
| ltstrtdt | date | with null | Start date |
| ltenddt | date | with null | End date |
| ltcommnt | nvarchar(255) | with null | Comments |
| ltincltc | smallint | with null | Included |
| ltsectn | nvarchar(50) | with null | Section |
| creation_user | nvarchar(64) | with null | User or process that created the record. |
| 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