ARGUS Enterprise · JSON Structure

Argus Enterprise Lease Option Structure

LeaseOption schema from ARGUS Enterprise API

Type: object Properties: 5
Altus GroupAsset ManagementCash Flow ModelingCommercial Real EstatePortfolio ManagementValuation

LeaseOption is a JSON Structure definition published by ARGUS Enterprise, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

optionType noticeDate exerciseDate termMonths rentAdjustment

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-lease-option-structure.json",
  "name": "LeaseOption",
  "description": "LeaseOption schema from ARGUS Enterprise API",
  "type": "object",
  "properties": {
    "optionType": {
      "type": "string",
      "enum": [
        "Renewal",
        "Expansion",
        "Termination",
        "PurchaseOption"
      ],
      "description": "Type of lease option"
    },
    "noticeDate": {
      "type": "date",
      "description": "Date by which notice must be given"
    },
    "exerciseDate": {
      "type": "date",
      "description": "Date the option can be exercised"
    },
    "termMonths": {
      "type": "int32",
      "description": "Duration of option term in months"
    },
    "rentAdjustment": {
      "type": "string",
      "description": "Description of rent adjustment terms"
    }
  }
}