Mudarabah Calculator
Sharia-compliant profit-sharing investment — investor (rabb-ul-mal) provides capital, manager (mudarib) provides expertise. Profit is split per the agreed ratio. Loss is borne entirely by the investor; manager loses time/effort but not capital.
Inputs
Positive = profit · negative = loss (investor absorbs full loss).
0.7 = 70% to investor, 30% to manager.
Used to compute annualised return.
Result
Investor's profit share
$14,000
Investor share: 70%
Profit split
Annualised performance
The agreed profit-share ratio cannot be a guaranteed fixed return on capital — that would be riba. The ratio applies only to actual realised profit. Common ratios: 60/40, 70/30, 50/50 — depending on the manager's expertise and the venture's risk profile.
Powered by the calcnook engine
Same deterministic math runs as a Python package, an MCP server for AI agents, and on this page. No API keys, no network — pure stdlib.
>>> from calcnook.core.islamic.mudarabah import calculate >>> r = calculate(100_000, 20_000, 0.70, years=3) >>> round(r.investor_profit, 2) 14000.0