CompanyOwnership__c
Label: Company Ownership Stores information about a company's ownership structure.
CompanyName__c |
Investor Company |
Pre-Spring 2018 |
Formula: If(ExternalCompany__c != null, ExternalCompany__c , InternalCompany__r.Name)
|
Text |
|
Company__c |
Investment Company |
Pre-Spring 2018 |
Master-Detail link to the Investment Company.
Looks up to: codaCompany__c
|
MasterDetail |
|
EndDateOfOwnership__c |
End Date of Ownership |
Spring 2022 |
Indicates the end date of the ownership.
|
Date |
|
ExternalCompany__c |
External Investor |
Pre-Spring 2018 |
External Investor.
|
Text(80) |
|
InternalCompany__c |
Internal Investor |
Pre-Spring 2018 |
Lookup to the Internal Investor.
Looks up to: codaCompany__c
|
Lookup |
|
Internal__c |
Internal |
Pre-Spring 2018 |
Formula: InternalCompany__c != null
|
Checkbox |
|
IsActive__c |
Is Active |
Spring 2022 |
Checkbox to indicate if a company ownership is active.
|
Checkbox |
false |
OwnershipCategory__c |
Ownership Category |
Spring 2022 |
Indicates the category of the ownership.
|
Picklist: Control Joint Operation Joint Venture Minority Interest Significant Influence |
|
PercentageOwnership__c |
Ownership (%) |
Pre-Spring 2018 |
|
Percent(3,0) |
|
StartDateOfOwnership__c |
Start Date of Ownership |
Spring 2022 |
Indicates the start date of the ownership.
|
Date |
|
|