Database – Holding Account Investor Relations Info (holding_account__investor)
Description
Provides a many-to-many mapping between various holding accounts and investors, as well as access restrictions for each relationship.
Column | Data Type | Column Info | Value Notes | Other |
holding_account_id | int(11) | Holding Account ID | ||
investor_id | int(11) | Associated investor id | ||
investor_role | char(100) | Investor role | ||
investor_email_enrollment_access | tinyint(4) | Whether or not investor has email enrollment access | 1 - yes, 0 - no | |
investor_web_access | tinyint(4) | Whether or not the investor has web access | 1 - yes, 0 - no | |
investor_sms_access | tinyint(4) | Whether or not the investor has sms access | 1 - yes, 0 - no | |
created | timestamp | Timestamp of when the entity was created | ||
lastUpdated | timestamp | Timestamp of when the entity was last updated | ||
deleted | tinyint(4) | Whether or not the entity was deleted | 1 - yes, 0 - no |