Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This section describes new functionality.

Custodians

...

Tag and identify custodians

You can now tag any legal entity in Bricknode Broker as a custodian and connect accounts to the custodian in the systemit. This is very useful when building integrations, automation, and making reports. An example of a custodian could be categorization makes it very easy to identify custodians when making integrations, automating processes, and generating reports. You can quickly identify the accounts connected to a custodian, such as SEB, Avanza, Nordnet. It is easy to view the accounts that are connected to a certain custodian by filtering on the custodian or Nordnet, by using the custodian filter in the account list. This feature is also available via our API.
Learn more.

...

We have also added the same functionality in the API GetAccounts UpdateAccounts CreateAccounts.

Improvements

This section describes changes in existing functionality to increase usability.

...

We have added a message in the ticket when trying to sell more than 80% and using selling in amount. The customers can end up with negative positions if they sell in an amount in a specific currency that exceeds 80% of the asset's current value. This check is implemented in the execution interface, MFEX, and External Fund.

...

API - 2.41

There is FeeAccountBrickld has been removed from the method ExecuteOrders , resulting in a breaking change in the method:

ExecuteOrders

FeeAccountBrickId is removed from ExecuteOrders and instead the . The fee account, set on the fee of the instrument, is now used automatically. If you were using FeeAccountBrickld you will need to update the service reference. For NuGet users, please update to the latest version of the NuGet package and review the code for any errors.

Please read our changelog to get all the information about which API methods have been updated. The log also contains the address for the test environment where your developers can update the "service reference" and make any necessary changes before the actual update.

A pre-release of our NuGet package is also available: NuGet Gallery | Bricknode.Soap.Sdk 7.1.1-prerelease-b

...