Skip to main content

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.

Schema

See OperatingAssumptions Model for detailed documentation.
interface OperatingAssumptions {
  contribution_policy: ContributionPolicy;
  share_valuation: ValuationAssumptions;
  repurchase_strategy: RepurchaseStrategy;
  financial_projections: FinancialProjections;
}