Contains a list of legal terms and conditions definitions
| Column Name | Column Datatype | Column Null Option | Column Comment |
| tdid | integer | not null | Legal T&C definition. Primary key. |
| tdtext | nvarchar(255) | with null | Legal T&C Text |
| tddatesp | smallint | with null | Date specific T&C |
| tdprot | smallint | with null | Protected Legal Def |
| 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