Partners & allocations

Data related to the Limited Partners (LPs) and General Partners (GPs) in a fund, including their commitments and capital account allocations.

PARTNER_DATA

Contains partner-level metrics and characteristics for both LPs and GPs, including contact information, commitments, contributions, and distributions.

column namedata typedescription
partner_idnumberUnique identifier for each partner, used as primary key.
external_partner_idvarcharID added by firm as an external identifier to join 3rd party data.
partner_namevarcharLegal name of the partner.
commitment_sizenumberTotal capital committed by the partner to the fund.
send_capital_calls_noticesbooleanFlag indicating if partner should receive capital call notices.
is_activebooleanFlag indicating if partner is currently active in the fund.
sent_datetimestamp_ntzTimestamp in UTC of when the commitment was sent to the partner for acceptance into their portfolio.
partner_entity_idvarcharUnique identifier for partner's portfolio.
is_limited_partnerbooleanFlag indicating if partner is a limited partner (LP).
is_general_partnerbooleanFlag indicating if partner is a general partner (GP).
partner_created_attimestamp_ntzTimestamp in UTC when partner record was created in Carta.
fund_uuidvarcharUnique identifier of the fund the partner is associated with.
fund_namevarcharName of the fund the partner is associated with.
firm_idvarcharUnique identifier of the management firm.
firm_namevarcharName of the management firm.
organization_idvarcharUnique identifier of the organization the partner is associated with.
tax_id_typevarcharType of tax identifier on file for the partner (e.g., ssn, foreign, no_tax_id_applied_for, no_tax_id_foreign, no_tax_id_disregarded, ein, itin).
partner_entity_typevarcharThe legal entity type of the partner (e.g. corporation_c, corporation_s, estate, individual, etc.).
count_active_lp_accountsnumberNumber of active LP partner commitments associated with the partner.
organization_namevarcharName of the organization the partner is associated with.
partner_class_namevarcharThe fund's partner class the partner has a commitment in.
partner_class_descriptionvarcharDescription of the partner class.
earliest_commitment_datedateThe date of the partner's first commitment transaction.
latest_commitment_transaction_datedateThe date of the partner's latest commitment transaction.
partner_street_addressvarcharPartner street address.
partner_cityvarcharPartner address city.
partner_statevarcharPartner address state.
partner_countryvarcharPartner address country.
has_confirmed_wire_instructionsbooleanFlag indicating if the partner has confirmed wire instructions.
has_wire_setupbooleanFlag indicating if the partner has setup wire information.
wire_confirmation_datetimestamp_ntzTimestamp in UTC when the wire information was confirmed by the partner. This is typically the date the partner signed off on their wire instructions.
wire_instructions_added_datetimestamp_ntzTimestamp in UTC when the wire information was added by the partner.
wire_instructions_statusvarcharStatus of the wire instructions uploaded by the partner.
has_w8_w9booleanHas a W8/W9 on file.
latest_w8_w9
total_capital_commitment_amount_currentnumberThe partners current capital commitment to the fund. Partners that backed out would show up as 0, see total_capital_commitment_amount_max for the maximum commitment a partner had to the fund.
total_capital_commitment_amount_maxnumberThe maximum capital commitment a partner had to the fund.
primary_contact_emailvarcharThe primary contact email of the partner.
total_cap_contributionnumberTotal capital contributed by partner to date.
total_mgmt_feesnumberTotal management fees paid by partner to date.
total_capital_call_receivablenumberA partners capital call receivable balance.
total_distributionnumberTotal distributions paid to partner to date.
total_opxnumberTotal operating expenses allocated to partner.
total_net_realizedfloatNet realized gains/losses allocated to partner.
total_net_unrealizednumberNet unrealized gains/losses allocated to partner.
total_distribution_payablenumberDistributions approved but not yet paid to partner.
total_deferred_cap_callnumberCapital calls approved but deferred for this partner.
total_carried_interest_accruednumberCarried interest allocated to partner (typically for GPs).
total_contributions_outside_commitmentnumberAdditional contributions beyond original commitment amount.
total_net_asset_balancenumberThe net asset balance allocated to the partner.
last_refreshed_attimestamp_ltzTimestamp indicating when this data was last refreshed during dbt execution
has_wire_instruction_referencebooleanFlag indicating if the partner has a wire instruction reference.

ALLOCATIONS

Aggregates fund administration allocations data, detailing how amounts are allocated to partners and entities for various line items.

column namedata typedescription
fund_idnumberUnique identifier for the fund. Used as both a primary key and a foreign key.
general_ledger_partner_record_idvarcharUnique identifier pk for general ledger partner records.
fund_uuidvarcharUnique identifier for the fund. Used as both a primary key and a foreign key.
fund_namevarcharName of the fund.
entity_type_namevarcharLegal structure classification of the fund entity (e.g., Fund, SPV, ...).
effective_datedateThe date upon which the allocation is effective.
firm_idvarcharUnique identifier for the management firm. Used as both a primary key and a foreign key.
firm_namevarcharName of the investment firm.
partner_idnumberUnique identifier for the partner. Used as both a primary key and a foreign key.
partner_namevarcharName of the partner.
allocation_bucket_namevarcharThe name of the bucket to which the allocation belongs. It represents a line item on a partner's capital account statement.
actual_amountnumberThe actual amount allocated for this allocation bucket.
partner_typevarcharType of partner relationship to the fund. Possible values include: "general_partner", "limited_partner", "managing_member", "member".
is_limited_partnerbooleanTrue if the partner is a limited partner; otherwise, false.
is_general_partnerbooleanTrue if the partner is a general partner; otherwise, false.
gp_entity_namevarcharThe name of the GP entity.
partner_entity_idvarcharUnique identifier for the partner's legal entity.
allocation_notesvarcharNotes about the allocation providing additional context.
last_refreshed_attimestamp_ltzTimestamp indicating when this data was last refreshed during dbt execution

PARTNER_MONTHLY_NAV_CALCULATIONS

Calculates the monthly Net Asset Value (NAV) at the partner level for each fund. The table provides a detailed breakdown of NAV, contributions, distributions, commitments, and performance metrics (DPI, RVPI, TVPI, MOIC) for each individual partner. When aggregated by fund, the results should match the fund-level calculations in the monthly_nav_calculations table (excluding firm rollup records). This model enables partner-level analysis and is particularly useful for fund-of-funds reporting and custom partner-level analytics.

FieldTypeDefinition
partner_nav_pkvarcharUnique identifier for partner, fund, firm, and date combination (surrogate key on partner_id, fund_uuid, firm_id, month_end_date)
partner_idnumberUnique identifier for the partner
partner_namevarcharName of the partner
partner_entity_idvarcharUnique identifier for the partner's legal entity
fund_idvarcharUnique identifier (UUID) for the fund
fund_namevarcharName of the fund
entity_type_namevarcharLegal structure classification of the fund entity (e.g., Fund, SPV)
firm_idvarcharUnique identifier for the management firm
firm_namevarcharName of the management firm
month_start_datedateFirst day of the month for this NAV calculation
month_end_datedateLast day of the month for this NAV calculation
is_limited_partnerbooleanTrue if the partner is a limited partner, otherwise false
is_general_partnerbooleanTrue if the partner is a general partner, otherwise false
partner_class_namevarcharPartner class name for classification (e.g., "Class A", "Founder Class")
partner_class_descriptionvarcharDetailed description of the partner class
firm_partner_group_idvarcharUnique identifier for the partner group within the firm
firm_partner_group_namevarcharName of the partner group (defaults to partner name if no group assigned)
is_activebooleanTrue if the partner is currently active, otherwise false
beginning_total_navnumberPartner's NAV at the beginning of the month
total_contributionsnumberPartner's total contributions during the month
total_commitmentnumberPartner's commitment amount for the month
total_distributionsnumberPartner's total distributions during the month
ending_total_navnumberPartner's NAV at the end of the month
cumulative_total_contributionsnumberPartner's cumulative contributions from inception through the end of the month
cumulative_total_commitmentnumberPartner's cumulative commitment amount through the end of the month
cumulative_total_distributionsnumberPartner's cumulative distributions from inception through the end of the month
total_valuenumberPartner's total value (ending NAV + cumulative distributions)
total_dpinumberPartner's Distributions to Paid-In capital ratio (cumulative distributions / cumulative contributions)
total_rvpinumberPartner's Residual Value to Paid-In capital ratio (ending NAV / cumulative contributions)
total_tvpinumberPartner's Total Value to Paid-In capital ratio (total value / cumulative contributions)
total_moicnumberPartner's Multiple on Invested Capital (total value / cumulative contributions)
last_refreshed_attimestamp_ltzTimestamp indicating when this data was last refreshed during dbt execution