Knowledge Base
Financial Metrics
Core financial metrics of the model — revenue, expenses, margins, and P&L structure.
P&L (Profit & Loss)
Profit & Loss statement — the main financial document showing revenue, expenses, and profit for a period.
How we calculate in Prodwave: P&L is built monthly: Revenue - OPEX = Net Income. With partner payments: bankNetIncome = netIncome - partnerShare.
Revenue
Total revenue for the month. Consists of user revenue streams and tier revenue (when the tier grid is enabled).
How we calculate in Prodwave: totalMonthlyIncome = sum of all income items (by type: per_new_unit, per_active_unit, periodic, percentage_of_base) + tierRevenue.
OPEX
Operating expenses — all costs of running the business: marketing, salaries, infrastructure, fraud losses.
How we calculate in Prodwave: totalMonthlyCost = fraudLoss + operationalExpenses + channelsCost + teamsCost + referralCost.
Gross Margin
Gross margin — the share of revenue remaining after deducting variable costs. Shows the basic product profitability.
How we calculate in Prodwave: Gross Margin = (totalIncome - variableCosts) / totalIncome. Variable costs = fraudLoss + operationalExpenses.
Affects: LTV, Unit Economics, investment attractiveness
Operating Margin
Operating margin — the share of revenue after deducting all operating expenses (variable + fixed).
How we calculate in Prodwave: Operating Margin = (totalIncome - variableCosts - fixedCosts) / totalIncome.
Net Margin
Net margin — the share of revenue remaining as profit after all expenses.
How we calculate in Prodwave: Net Margin = (totalIncome - totalCost) / totalIncome.
Take Rate
Platform commission as a percentage of total turnover (GMV). Key metric for marketplaces and payment services.
How we calculate in Prodwave: Take Rate = totalMonthlyIncome / (retailTurnover + p2pTurnover + atmTurnover) × 100%.
Variable / Fixed Costs
Variable costs depend on business volume (grow with the customer base). Fixed costs do not (salaries, marketing, rent).
How we calculate in Prodwave: Variable: fraudLoss + operationalExpenses (per_unit, per_active_unit types). Fixed: channelsCost + teamsCost + referralCost.
Fraud Loss
Fraud losses — percentage of revenue lost to fraud, chargebacks, and unauthorized transactions.
How we calculate in Prodwave: fraudLoss = totalMonthlyIncome × (fraudLossRate / 100). The rate is set in model parameters.