calculate_islamic_financing
Compute Sharia-compliant financing: murabaha cost-plus sale, ijarah lease-to-own, and mudarabah profit-sharing investment.
Instructions
Calculate Islamic financing arrangements — Sharia-compliant alternatives to conventional loans. Three instruments: (1) murabaha — cost-plus sale (Sharia mortgage/asset purchase); (2) ijarah — lease-to-own (Sharia auto-loan/equipment); (3) mudarabah — profit-sharing investment (Sharia FD alternative). Example queries: 'murabaha financing for $100k house at 30% markup over 5 years', 'ijarah lease for car worth $30k at $600/month for 5 years', 'mudarabah: investor puts $100k, profit $20k split 70/30'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instrument | Yes | Which Islamic financing instrument to compute. | |
| asset_cost | No | [murabaha/ijarah] Asset purchase price. | |
| markup_percent | No | [murabaha] Total markup as % of asset cost, e.g. 30.0 for 30%. | |
| tenure_years | No | [murabaha] Repayment tenure in years. | |
| down_payment | No | [murabaha] Upfront payment by client. | |
| monthly_rent | No | [ijarah] Agreed monthly lease payment. | |
| lease_years | No | [ijarah] Lease duration in years. | |
| transfer_fee | No | [ijarah] Token ownership-transfer fee at end of lease. | |
| capital | No | [mudarabah] Capital provided by investor. | |
| actual_profit_amount | No | [mudarabah] Realised profit (positive) or loss (negative). | |
| investor_share_ratio | No | [mudarabah] Investor profit share as decimal, e.g. 0.70 = 70%. | |
| years | No | [mudarabah] Optional: years to compute annualised return. |