chatbot
clear chat
Skip to main content

Create

POST 

/scenarios/:scenarioId/persons/:personId/assets/portfolio

To create a portfolio under a person, use the extended URI including the person after the household.

Request

Path Parameters

    scenarioId stringrequired

    The scenario's id

    personId stringrequired

    The person's id

Body

required
    currency stringrequired

    The currency of the portfolio. Valid currency code ISO-4217 from the list of supported currencies.

    description string

    Description of the resource.

    fees doublerequired

    The annual fees.

    id string

    The id of the resource.

    name string

    The name of the resource.

    profile string

    The risk profile of the portfolio.

    properties object

    Properties of the resource.

    property name* object

    Properties of the resource.

    value numberrequired

    The value of the portfolio.

    wrapper stringrequired

    The tax wrapper of the portfolio.

Responses

Created

Schema
    currency stringrequired

    The currency of the portfolio. Valid currency code ISO-4217 from the list of supported currencies.

    description string

    Description of the resource.

    fees doublerequired

    The annual fees.

    id string

    The id of the resource.

    name string

    The name of the resource.

    profile string

    The risk profile of the portfolio.

    properties object

    Properties of the resource.

    property name* object

    Properties of the resource.

    value numberrequired

    The value of the portfolio.

    wrapper stringrequired

    The tax wrapper of the portfolio.

Loading...