Contains links between a legal document and the parties (companies) involved with the legal document.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| legaldoc_uuid | byte(16) | not null | Legal document ID. Primary key. |
| company_uuid | byte(16) | not null | Primary key. Unique identifier. |
| lpcommnt | nvarchar(255) | with null | Comments |
| 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