{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A type of financial product that typically requires the client to transfer funds to a financial service in return for potential beneficial financial return.",
      "rdfs:label" : "InvestmentOrDeposit",
      "rdfs:subClassOf" : "schema:FinancialProduct",
      "schema:contributor" : "collab:FIBO"
   },
   "properties" : {
      "schema:amount" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The amount of money.",
         "rdfs:label" : "amount",
         "schema:domainIncludes" : [
            "schema:InvestmentOrDeposit",
            "schema:MonetaryGrant",
            "schema:DatedMoneySpecification",
            "schema:MoneyTransfer",
            "schema:LoanOrCredit"
         ],
         "schema:rangeIncludes" : [
            "schema:MonetaryAmount",
            "schema:Number"
         ],
         "schema:source" : [
            "https://github.com/schemaorg/schemaorg/issues/1698",
            "https://github.com/schemaorg/schemaorg/issues/1253"
         ]
      }
   }
}