-
Notifications
You must be signed in to change notification settings - Fork 116
Description
In section "Value Recipient Element", all the attributes are described by their meaning. For fee, there is only:
fee (optional) If this attribute is not specified, it is assumed to be false.
It should qualify what is the meaning of this attribute, not only the default value, as with all other attributes.
For the description of the fee parameter further down the specification:
The fee attribute tells apps whether this split should be treated as a "fee", or a normal split. If this attribute is true, then this split should be calculated as a fee, meaning its percentage (as calculated from the shares) should be taken off the top of the entire transaction amount. This is the preferred way for service providers such as apps, hosting companies, API's and third-party value add providers to add their fee to a value block.
It should provide some clarification. I do not understand what is the difference of "on top" and how is the fee amount calculated differently.
Maybe with the example further down with 190/152/38 split could describe how would the calculation be different if the 38 share was fee=true. I honestly do not understand the difference.