ARGUS Enterprise · JSON Structure

Argus Enterprise Portfolio Input Structure

PortfolioInput schema from ARGUS Enterprise API

Type: object Properties: 4 Required: 1
Altus GroupAsset ManagementCash Flow ModelingCommercial Real EstatePortfolio ManagementValuation

PortfolioInput is a JSON Structure definition published by ARGUS Enterprise, describing 4 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name description strategy currency

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argus-enterprise/refs/heads/main/json-structure/argus-enterprise-portfolio-input-structure.json",
  "name": "PortfolioInput",
  "description": "PortfolioInput schema from ARGUS Enterprise API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "strategy": {
      "type": "string",
      "enum": [
        "Core",
        "CorePlus",
        "ValueAdd",
        "Opportunistic"
      ]
    },
    "currency": {
      "type": "string",
      "default": "USD"
    }
  },
  "required": [
    "name"
  ]
}