{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://altss.com/schemas/fund.json","title":"Market fund research fields","description":"Descriptive research shape, not a guaranteed API response, record export or access entitlement. Every value is source-dependent; null is unknown or unavailable. Related entities remain distinct.","type":"object","additionalProperties":false,"required":["name","manager","strategy","vintage_year","size","currency","domicile"],"properties":{"name":{"type":["string","null"],"description":"Recorded market fund name. Not a customer-created fundraising record.","x-altss-field-id":"fund.name"},"manager":{"type":["string","null"],"description":"The organization whose managed-fund context contains this fund. A manager is distinct from the fund and its investors.","x-altss-field-id":"fund.manager"},"strategy":{"type":["string","null"],"description":"Recorded fund strategy. Not complete investment terms or a mandate guarantee.","x-altss-field-id":"fund.strategy"},"vintage_year":{"type":["integer","null"],"description":"Recorded fund vintage year. Not a commitment, closing or verification date.","x-altss-field-id":"fund.vintage_year"},"size":{"type":["number","null"],"description":"Reported fund size in millions of its stated currency. Do not sum across currencies or treat a UI aggregate as normalized USD capital raised.","x-altss-field-id":"fund.size"},"currency":{"type":["string","null"],"description":"Currency accompanying the reported fund size. Missing currency is unknown; do not default to USD.","x-altss-field-id":"fund.currency"},"domicile":{"type":["string","null"],"description":"Recorded fund domicile. Not a comprehensive legal or tax-residency opinion.","x-altss-field-id":"fund.domicile"}}}