> ## Documentation Index
> Fetch the complete documentation index at: https://village-docs.villagelabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# OperatingAssumptions API Schema

> Complete OperatingAssumptions schema

## Schema

See [OperatingAssumptions Model](/models/operating-assumptions) for detailed documentation.

```typescript theme={null}
interface OperatingAssumptions {
  contribution_policy: ContributionPolicy;
  share_valuation: ValuationAssumptions;
  repurchase_strategy: RepurchaseStrategy;
  financial_projections: FinancialProjections;
}
```
