Private Equity Data
1 min
the professional private equity table provides current and historical data on private equity investments, capturing instances where private equity organizations acquire partial or full ownership stakes in companies each row represents a discrete investment event, identified by a unique private equity investment id , and links the acquiring private equity organization to the company in which it holds or has held an ownership stake the table tracks the lifecycle of each investment through a status field (active or inactive) alongside start and end dates, enabling users to determine whether an ownership relationship is ongoing or has been dissolved this data is particularly useful for mapping investment relationships, conducting due diligence, and analysing ownership histories across organisations over time data field key type data field type recommended character limit private equity investment id primary key string private equity organization id string private equity investment organization id string private equity investment status string private equity investment start date string private equity investment end date string private equity investment id (pk) the unique id (primary key) of each row in the table that uniquely identifies each private equity investment event private equity organization id the unique id of a private equity organization, which is an investment management company that pools capital from institutional investors and wealthy individuals to acquire ownership stakes in companies private equity investment organization id the unique id of the organization that is owned by a private equity organization it is the subject of the private equity investment private equity investment status the status of the investment, i e , the owernship of the private equity company in the investment company the status is either active or inactive inactive statuses are usually associated with an end date private equity investment start date the date at which, the private equity ownership started private equity investment end date the date at which, the private equity ownership ended

