Versions Compared

Key

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

Inputs (DeleteFeeRecordArgs)

The FeeRecordDto is an abstract class with two four different concrete implementations: FixedAmountFeeRecordDto, AumPercentageFeeRecordDto, FixedAmountFeeRecordDto PerformancePercentageFeeRecordDto and AumPercentageFeeRecordDtoDepositPercentageFeeRecordDto. These two implementation classes reflect that it is possible to delete two create four types of fees. Fixed fees are based on a nominal amount in a certain currency while percentage based fees use the sum of customer holdings and extract a percentage of that as the nominal fee amount. proportion of something (total assets held, total return or deposited amount).

NameTypeDescriptionMandatoryAvailable from version
IdGuidThe id of the FeeRecord. No Yes 2.38
AccountBrickIdGuidThe brick id of the account that should receive has the FeeRecord . Yes 2.38

Response DeleteFeeRecordResponse inherits from ResponseBase

...