Bunq · Schema

BirdeeInvestmentPortfolioGoal

Banking

Properties

Name Type Description
amount_target object The investment goal amount.
time_end string The investment goal end time.
View JSON Schema on GitHub

JSON Schema

bunq-birdeeinvestmentportfoliogoal-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BirdeeInvestmentPortfolioGoal",
  "title": "BirdeeInvestmentPortfolioGoal",
  "type": "object",
  "properties": {
    "amount_target": {
      "type": "object",
      "description": "The investment goal amount.",
      "readOnly": false,
      "writeOnly": false,
      "$ref": "#/components/schemas/Amount"
    },
    "time_end": {
      "type": "string",
      "description": "The investment goal end time.",
      "readOnly": false,
      "writeOnly": false
    }
  }
}