Skip to main content

Life Sciences

Pack file: catalog/industries/life_sciences in ambient-core.

Workspace demo (screenshots) · Catalog consumption

Industry summary

Industry code

ISIC Rev.4 7210

20 metrics · 6 data options

NAICS 2022
541714
NACE Rev.2
72.11
GICS 2023
352010

Taxonomy tags from ambient-core pack.yaml / manifest v3 (analysis lens, not legal-entity self-classification). Coverage notes: catalog-industry-coverage.md.

Data options (6)

Accounting Software

Catalog key life_sciences.core.accounting_software

Fields

date
date
period_start_date
date
period_end_date
date
revenue
decimal
cogs
decimal
cost_of_goods
decimal
operating_expenses
decimal
net_income
decimal
produce_revenue
decimal
total_production_cost
decimal
total_operational_cost
decimal

Financial statements

Catalog key life_sciences.core.financial_statements

Fields

date
date
statement_type
enum
period_start_date
date
period_end_date
date

HR records

Catalog key life_sciences.core.hr_records

Fields

date
date
headcount
decimal

Payroll records

Catalog key life_sciences.core.payroll_records

Fields

date
date
period_start_date
date
period_end_date
date
headcount
decimal
gross_pay
decimal
net_pay
decimal
employer_taxes
decimal
labor_cost
decimal
revenue
decimal
net_income
decimal
total_labor_costs
decimal
total_harvested_kg
decimal
total_production_cost
decimal
total_operational_cost
decimal
drivers_left
decimal
total_drivers
decimal
total_maintenance_costs
decimal
total_miles
decimal

De-identified clinical trial summary

Catalog key life_sciences.rnd.clinical_trial_summary

Fields

date
date
program_id
id
phase
string
patients_enrolled
string
phases_passed
string
phases_attempted
string
total_trial_cost
decimal
pipeline_active_count
decimal

Production batch records

Catalog key life_sciences.supply_chain.production_batch_records

Fields

date
date
batch_id
id
good_units
string
total_units
decimal
total_cogs
decimal
units_produced
string

Metrics (20)

Monthly Burn Rate

  • ID: 1312
  • Type: Financial
  • Unit: Currency/month
  • Description: Net cash consumed per month (negative net operating cash flow).
  • Inputs: cash_out, cash_in
  • Methodology: Net Burn = Cash Out − Cash In (per month)
  • Calculation: cash_out - cash_in
  • Catalog key: life_sciences.core.burn_rate

Cash Conversion Cycle

  • ID: 1310
  • Type: Financial
  • Unit: Days
  • Description: Days to convert investments in inventory and receivables back into cash.
  • Inputs: days_inventory_outstanding
  • Methodology: CCC = DSO + Days Inventory Outstanding − DPO
  • Calculation: dso + days_inventory_outstanding - dpo
  • Catalog key: life_sciences.core.ccc

Current Ratio

  • ID: 1300
  • Type: Financial
  • Unit: Ratio
  • Description: Short-term liquidity: ability to cover current liabilities with current assets.
  • Inputs: current_assets, current_liabilities
  • Methodology: Current Ratio = Current Assets / Current Liabilities
  • Calculation: current_assets / current_liabilities
  • Catalog key: life_sciences.core.current_ratio

Days Payable Outstanding (DPO)

  • ID: 1309
  • Type: Financial
  • Unit: Days
  • Description: Average number of days the business takes to pay its suppliers.
  • Inputs: accounts_payable, cogs, days
  • Methodology: DPO = (Accounts Payable / COGS) × Number of Days
  • Calculation: accounts_payable / cogs * days
  • Catalog key: life_sciences.core.dpo

Days Sales Outstanding (DSO)

  • ID: 1308
  • Type: Financial
  • Unit: Days
  • Description: Average number of days to collect cash after a sale.
  • Inputs: accounts_receivable, total_credit_sales, days
  • Methodology: DSO = (Accounts Receivable / Total Credit Sales) × Number of Days
  • Calculation: accounts_receivable / total_credit_sales * days
  • Catalog key: life_sciences.core.dso

EBITDA Margin

  • ID: 1304
  • Type: Financial
  • Unit: %
  • Description: Core operating cash profitability before interest, tax, depreciation and amortization.
  • Inputs: ebitda, revenue
  • Methodology: EBITDA Margin = (EBITDA / Revenue) × 100
  • Calculation: ebitda / revenue * 100
  • Catalog key: life_sciences.core.ebitda_margin

Gross Profit Margin

  • ID: 1302
  • Type: Financial
  • Unit: %
  • Description: Share of revenue retained after the direct cost of goods sold.
  • Inputs: revenue, cogs
  • Methodology: Gross Margin = ((Revenue − COGS) / Revenue) × 100
  • Calculation: (revenue - cogs) / revenue * 100
  • Catalog key: life_sciences.core.gross_margin

Headcount (FTE)

  • ID: 1314
  • Type: Operational
  • Unit: Count
  • Description: Period-end count of active full-time-equivalent employees. A directly measured input, not a derived ratio.
  • Methodology: Period-end count of active employees expressed as full-time equivalents (directly measured, not calculated).
  • Calculation: No machine-readable calc — directly reported or qualitative.
  • Catalog key: life_sciences.core.headcount

Net Profit Margin

  • ID: 1305
  • Type: Financial
  • Unit: %
  • Description: Bottom-line profitability after all costs, interest and tax.
  • Inputs: net_income, revenue
  • Methodology: Net Profit Margin = (Net Income / Revenue) × 100
  • Calculation: net_income / revenue * 100
  • Catalog key: life_sciences.core.net_margin

Operating Cash Flow

  • ID: 1311
  • Type: Financial
  • Unit: Currency (e.g., USD)
  • Description: Cash generated by core operations during the period.
  • Inputs: net_income, non_cash_charges, increase_in_working_capital
  • Methodology: Operating Cash Flow = Net Income + Non-Cash Charges − Increase in Working Capital
  • Calculation: net_income + non_cash_charges - increase_in_working_capital
  • Catalog key: life_sciences.core.operating_cash_flow

Operating Margin (EBIT)

  • ID: 1303
  • Type: Financial
  • Unit: %
  • Description: Operating profitability after operating expenses (EBIT margin).
  • Inputs: operating_income, revenue
  • Methodology: Operating Margin = (Operating Income / Revenue) × 100
  • Calculation: operating_income / revenue * 100
  • Catalog key: life_sciences.core.operating_margin

Quick Ratio (Acid Test)

  • ID: 1301
  • Type: Financial
  • Unit: Ratio
  • Description: Acid-test liquidity excluding inventory — most conservative short-term solvency view.
  • Inputs: current_assets, inventory, current_liabilities
  • Methodology: Quick Ratio = (Current Assets − Inventory) / Current Liabilities
  • Calculation: (current_assets - inventory) / current_liabilities
  • Catalog key: life_sciences.core.quick_ratio

Revenue Growth Rate

  • ID: 1306
  • Type: Financial
  • Unit: %
  • Description: Period-over-period revenue growth rate.
  • Inputs: revenue, revenue_prior
  • Methodology: Revenue Growth = ((Current Period Revenue − Prior Period Revenue) / Prior Period Revenue) × 100
  • Calculation: (revenue - revenue_prior) / revenue_prior * 100
  • Catalog key: life_sciences.core.revenue_growth

Cash Runway

  • ID: 1313
  • Type: Financial
  • Unit: Months
  • Description: Number of months of cash remaining at the current net burn rate.
  • Inputs: current_cash_balance
  • Methodology: Runway (months) = Current Cash Balance / Monthly Net Burn
  • Calculation: current_cash_balance / burn_rate
  • Catalog key: life_sciences.core.runway

Working Capital

  • ID: 1307
  • Type: Financial
  • Unit: Currency (e.g., USD)
  • Description: Operating liquidity available to fund day-to-day operations.
  • Inputs: current_assets, current_liabilities
  • Methodology: Working Capital = Current Assets − Current Liabilities
  • Calculation: current_assets - current_liabilities
  • Catalog key: life_sciences.core.working_capital

Phase Success Rate

  • ID: 1332
  • Type: Operational
  • Unit: %
  • Description: Phase Success Rate
  • Inputs: phases_passed, phases_attempted
  • Methodology: Phase Success Rate = (Phases Passed / Phases Attempted) × 100
  • Calculation: phases_passed / phases_attempted * 100
  • Catalog key: life_sciences.rnd.phase_success_rate

Active Pipeline Programs

  • ID: 1330
  • Type: Operational
  • Unit: Count
  • Description: Active Pipeline Programs
  • Methodology: Count of active R&D programs in the period (directly measured).
  • Calculation: No machine-readable calc — directly reported or qualitative.
  • Catalog key: life_sciences.rnd.pipeline_active_count

Trial Cost per Patient

  • ID: 1331
  • Type: Financial
  • Unit: Currency
  • Description: Trial Cost per Patient
  • Inputs: total_trial_cost, patients_enrolled
  • Methodology: Trial Cost per Patient = Total Trial Cost / Patients Enrolled
  • Calculation: total_trial_cost / patients_enrolled
  • Catalog key: life_sciences.rnd.trial_cost_per_patient

Batch Yield

  • ID: 1333
  • Type: Operational
  • Unit: %
  • Description: Batch Yield
  • Inputs: good_units, total_units
  • Methodology: Batch Yield = (Good Units / Total Units) × 100
  • Calculation: good_units / total_units * 100
  • Catalog key: life_sciences.supply_chain.batch_yield

COGS per Unit

  • ID: 1334
  • Type: Financial
  • Unit: Currency
  • Description: COGS per Unit
  • Inputs: total_cogs, units_produced
  • Methodology: COGS per Unit = Total COGS / Units Produced
  • Calculation: total_cogs / units_produced
  • Catalog key: life_sciences.supply_chain.cogs_per_unit

Data engineering pipeline

Ambient Core ships the catalog (typed data options and metrics) and ambient_pipeline helpers. Lakehouse jobs and schedules live in the application repository that pins a core tag.

Canonical order: map columns → coerce types → unpivot → stamp lineage → (optional Silver validate) → contract assert → write. Gold vertical products evaluate catalog formulas with ambient_calc after Silver.

How this pack feeds the pipeline

Further reading: Catalog consumption · Pipeline governance helpers


Generated from ambient-core ref 22b6089 (digest f5bca892574e3e28). Regenerate: npm run sync:catalog-wiki.