Skip to main content

Update

PUT 

/scenarios/:scenarioId/assets/portfolio/:portfolioId

Updates a Portfolio under the Scenario with {scenarioId}.

Request

Path Parameters

    scenarioId stringrequired

    The scenario's id

    portfolioId stringrequired

    The asset'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

OK

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...