CashflowLens — DCF, IRR & cashflow returns
cashflowlens_analyzeCashflowLens (x402-paid, $0.20): deterministic NPV, IRR, XIRR, DCF valuation, MOIC/DPI/TVPI, and payback period from a cashflow series. Use for valuation and return analysis instead of letting the model estimate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dcf | No | Optional DCF valuation inputs (projected FCFs, discount rate, terminal value, net debt, shares) | |
| nav | No | Residual value, for TVPI | |
| payer | No | Optional wallet/account identifier; stored only as a hash | |
| apiKey | No | Free-tier / plan API key (hp_free_… or a pass key). Forwarded as X-API-Key so paid tools serve from your monthly quota with NO x402 wallet. Get a free key (250 calls/mo) at https://hermesplant.com/pricing. | |
| channel | No | Discovery channel or source tag | |
| campaign | No | Campaign tag for downstream telemetry | |
| xPayment | No | Raw X-PAYMENT proof from an x402-compatible wallet/client | |
| actorType | No | Caller type for analytics: agent, human, synthetic, system, or unknown | |
| cashflows | Yes | Cashflows: numbers for periodic, or {amount,date} objects for dated XIRR. Outflows negative. | |
| synthetic | No | Mark this paid retry as an internal test/probe for analytics exclusion | |
| discountRate | No | Annual rate for NPV, e.g. 0.08 | |
| periodsPerYear | No | Periods per year to annualize a periodic IRR | |
| paymentSignature | No | x402 payment proof to forward as PAYMENT-SIGNATURE and X-PAYMENT on retry | |
| paymentIdentifier | No | Optional x402 payment identifier for idempotency/retry correlation |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True when the upstream storefront call returned a 2xx response | |
| httpStatus | Yes | Upstream HTTP status code | |
| paymentRequired | No | True when the response is an x402 HTTP 402 payment challenge |