The contractual right, title, share or role possessed or belonging to a business associate participating in a contract.
instance_s (PK, M: CHAR VARYING(19))
Surrogate key of the table.
instance_create_date (O: TIMESTAMP)
e_and_p_data.instance_create_date
This is the date that this instance was created. This date is defined by the source if imported, or is the date the instance is created if a new instance.
last_updated (O: TIMESTAMP)
e_and_p_data.last_updated
This is the date that this instance was last updated. This value should be updated when any part of this instance is altered (except for inverse relationships).
business_associate_s (FSK, M: CHAR VARYING(19))
contract_designation.business_associate
This is the business associate that is the one being described by this contract designation.
Defines a foreign key to table business_associate.
contract_designation.business_associate_role
The unspecialized role assigned in a contract to a business associate.
Defines a foreign key to table r_contract_designation.
interest_designation.amount
The specification of the amount of funds due the business associate. amount_u: Defines the currency unit. Defines a foreign key to table r_currency_unit.
description (O: CHAR VARYING(2000))
e_and_p_data.description
A remark or comment about the instance.
contract_designation.expiry_date
The date at which the contract designation is terminated.
instance_creator (O: CHAR VARYING(80))
e_and_p_data.instance_creator
This is the person, company or application that created this instance. This identifies the party responsible for loading this instance.
last_updated_by (O: CHAR VARYING(80))
e_and_p_data.last_updated_by
This records the person or application making the update to this instance.
percent (O: FLOAT(6))
interest_designation.percent
The percentage of the contract designation object that belongs to the business associate as specified in the contract. ownership_designation.percent
The percentage of rights and privileges that are assigned to a business associate.
source (O: CHAR VARYING(80))
e_and_p_data.source
The provider of this instance, which is usually a data provider for imported/purchased data. If this instance is provided by POSC, then this attribute must be "POSC".
address_s (FSK, O: CHAR VARYING(19))
contract_designation.address
This describes the address of the business associate that is to be used whenever the contractual obligation is performed, such as the address to which payments are to be sent.
Defines a foreign key to table address.
contract_s (FSK, O: CHAR VARYING(19))
contract_designation.contract
This is the contract that defines this contractual designation. ownership_designation.contract
Specifies the legal agreement in which this designation is formalized.
Defines a foreign key to table contract.
contract_designation.contractual_obligation
When a contract requires that some fraction of ownership or right to a business object be bought, sold or traded, this is the obligation that defines this requirement.
Defines a foreign key to table contractual_obligation.
depository_designation.depository_designation
These are the alternate depository designations that may be used instead of this depository designation.
Defines a foreign key to table contract_designation.
ownership_designation.kind
The type of ownership rights that belong to a business associate.
Defines a foreign key to table r_ownership.
r_hold_or_pay (FNK, O: CHAR VARYING(80))
interest_designation.ref_hold_or_pay
The description of the action to be taken for the business associate, such as hold (do not pay) or pay as required in contract.
Defines a foreign key to table r_hold_or_pay.