API Docs / Schemas / InvestmentReliefs

InvestmentReliefs

Properties

Name Type Description
submittedOnstring
vctSubscriptionarray of InvestmentSubscription
eisSubscriptionarray of InvestmentSubscription
communityInvestmentarray of InvestmentSubscription
seedEnterpriseInvestmentarray of InvestmentSubscription
socialEnterpriseInvestmentarray of InvestmentSubscription

JSON Example

{
  "submittedOn": "2024-01-01T00:00:00Z",
  "vctSubscription": [
    {
      "uniqueInvestmentRef": "...",
      "name": "...",
      "knowledgeIntensive": "...",
      "dateOfInvestment": "...",
      "amountInvested": "..."
    }
  ],
  "eisSubscription": [
    {
      "uniqueInvestmentRef": "...",
      "name": "...",
      "knowledgeIntensive": "...",
      "dateOfInvestment": "...",
      "amountInvested": "..."
    }
  ],
  "communityInvestment": [
    {
      "uniqueInvestmentRef": "...",
      "name": "...",
      "knowledgeIntensive": "...",
      "dateOfInvestment": "...",
      "amountInvested": "..."
    }
  ],
  "seedEnterpriseInvestment": [
    {
      "uniqueInvestmentRef": "...",
      "name": "...",
      "knowledgeIntensive": "...",
      "dateOfInvestment": "...",
      "amountInvested": "..."
    }
  ]
}

Contained in Schemas