# Microgram: stem-stem-finance-compound

`station__algovigilance__microgram-stem-stem-finance-compound` · native (always callable) · domain `algovigilance` · pv-relevance `pv-core`

Compute compound growth (discrete or continuous).

## Agent metadata

- `idempotent`: true
- `read_only`: true
- `expected_latency_ms`: unknown (not yet contract-tested)
- `cost_tokens_estimate`: unknown

## Input schema

- `continuous` *boolean* (required) — Input parameter continuous.
- `periods` *number* (required) — Number of compounding periods
- `principal` *number* (required) — Principal amount
- `rate` *number* (required) — Growth rate per period (decimal)

## Example call

```json
POST /api/mcp
Content-Type: application/json

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "station__algovigilance__microgram-stem-stem-finance-compound",
    "arguments": {
      "continuous": false,
      "periods": 0,
      "principal": 0,
      "rate": 0
    }
  }
}
```

## Related

- [/tools](/tools) — all 7718 tools
- [/tools/algovigilance__microgram-stem-stem-finance-compound](/tools/algovigilance__microgram-stem-stem-finance-compound) — HTML page
- [/tools/algovigilance__microgram-stem-stem-finance-compound/json](/tools/algovigilance__microgram-stem-stem-finance-compound/json) — JSON form (agent-friendly)
- [/api/mcp](/api/mcp) — endpoint
- [/AGENTS.md](/AGENTS.md) — agent guide
