DeleteFeeRecords
Inputs (DeleteFeeRecordArgs)
The FeeRecordDto is an abstract class with four different concrete implementations: FixedAmountFeeRecordDto, AumPercentageFeeRecordDto, PerformancePercentageFeeRecordDto and DepositPercentageFeeRecordDto. These implementation classes reflect that it is possible to create four types of fees. Fixed fees are based on a nominal amount in a certain currency while percentage based fees extract a proportion of something (total assets held, total return or deposited amount).
Name | Type | Description | Mandatory | Available from version |
---|---|---|---|---|
Id | Guid | The id of the FeeRecord. | Yes | 2.38 |
AccountBrickId | Guid | The brick id of the account that has the FeeRecord . | Yes | 2.38 |
Response DeleteFeeRecordResponse inherits from ResponseBase
Name | Type | Description | Available from version |
---|---|---|---|
Entities | FeeRecordDto[] | An array of deleted FeeRecords. | 2.38 |
Message | string | A response message, "OK" if nothing went wrong and otherwise and error message. | 2.38 |
IsError | bool | A bool to describe if the entire request went wrong. If true then nothing was deleted, if false then all individual FeeRecords that could be deleted were deleted. | 2.38 |
Terms of License
Change Policy
© 2009 - 2024 Huddlestock Technologies AB All rights reserved