Endpoint Parameters

  • Request parameters

    Name Type Origin Description
    AccountKey AccountKey Route The account for which the settings apply
    EsgDeclaration EsgDeclaration Body ESG declaration
    Horizon Integer Body Year at which the investment is expected to be liquidated
    PreferredManagementType ManagementType Body Preferred account management type
    Purpose String Body Textual description of investment purpose.
    RiskAppetiteId String Body Id of RiskAppetite for the entity
  • Response Parameters

    View Response Codes

    There are no response parameters

  • Request Example

    Request URL
    PUT /reg/v3/mifid/accountinvestmentprofiles/{AccountKey}
    Request Body
    {
      "EsgDeclaration": {
        "EsgPreference": "Specific",
        "SpecificEsgPreference": {
          "ImpactInvestingPct": 20,
          "PrincipalAdverseImpactPct": 40,
          "TaxonomyPct": 30
        }
      },
      "Horizon": 2030,
      "PreferredManagementType": "Discretionary",
      "Purpose": "Pension",
      "RiskAppetiteId": "3"
    }