Replies: 15 comments 1 reply
-
If Does that make more sense? |
Beta Was this translation helpful? Give feedback.
-
Yes, just one more clarification and I will try to create a pull request for the wording. If fee's split attribute is 5 and other splits add to let's say 200, is the fee: a.) 5/(200+5) meaning adding all the shares including the fees) and then calculating a fee If I understand correctly, this fee is then taken off the sent amount and then it would be share/200 (a particular share / non-fee shares) out of the remaining amount. |
Beta Was this translation helpful? Give feedback.
-
I believe C is correct. But let me see if I can explain it correctly to save @daveajones some time. (I will edit or delete this if it's incorrect.) Let's say your split is 3 and your cohost's is 1, and the fee is 3. Then you receive 100 sats. The 3% fee would be taken from the 100 sats, leaving 97 left to be split. Since your split of 3 is 75% of the calculated split total of 4, you would get 75% of the sats (73 sats). And since your cohost's split of 1 is 25% of that same calculated split total, their share would be 24 sats (25%). |
Beta Was this translation helpful? Give feedback.
-
If this is like this, I suggest including this example (you have a typo there, split of 1 is 25%). Then I suggest editing this part: 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. And adding something like "if this parameter is true, the value is treated as a percentage, value of 5 meaning 5%". Right now the "as calculated from the shares" is misleading, it is not calculated from the shares, but from the whole payment amount as percentage. |
Beta Was this translation helpful? Give feedback.
-
@jooray (and others) - please feel free to submit a pull request if you believe you can make the documentation clearer. :) |
Beta Was this translation helpful? Give feedback.
-
Well, we can, but we need to know how it should be first. We are still not 100% clear on what the calculation should be. @daveajones could you have a look if @theDanielJLewis got it right? If yes, I'll make a pull request. |
Beta Was this translation helpful? Give feedback.
-
@jooray, based on the recent conversation between Adam & Dave (e.g. in Ep. 120), I do believe indeed that C is correct. How I would explain a fee: it's roamed off of the total amount. Whatever is left, is divided among the splits. E.g.
What I don't know, is what happens if there's multiple fees. E.g. the app claims 1% and then the payment provider claims 1% - will 2% roamed off of the total (6 sats) or 1% (3 sats) and then 1% of what's left (1% of 297 = 2 sats). Guess it depends on how the process is set up (e.g. if the app 'tells' the payment provider to give them 1%, or if it takes 1% and then gives the payment provider the rest). |
Beta Was this translation helpful? Give feedback.
-
This is a really clear way of explaining it, thank you. So...
|
Beta Was this translation helpful? Give feedback.
-
I remember we already agreed from previous discussions + comments on the show by @daveajones and Adam that the fees imposed by the app should be kept out of the total the user specifies. So the example above should be:
The rationale is that the user wanted to give 300 sats to the podcaster. The podcaster sets the splits for the hosts / guests, and chooses the services he uses fully aware of their fees, so he divides his compensation between this parties. The podcaster has no control on the app, which is chosen by the listener, so the fee for the app should not be taken from the podcaster's compensation but directly from the user. Do we still agree on this? |
Beta Was this translation helpful? Give feedback.
-
@francosolerio That rings a bell. But how in the spec do you say "it's a payment fee" and "it's an app fee"? Aren't they both fees, and in which case, is the user paying 306 sats in total? @daveajones helllp |
Beta Was this translation helpful? Give feedback.
-
@jamescridland Every split/fee that is in the RSS feed comes from the podcaster's choices. The listening app usually applies one more fee that is not specified in the feed. |
Beta Was this translation helpful? Give feedback.
-
This is the correct way to calculate, and the clearest explanation I’ve seen so far. Thanks for this writeup @keunes ! And, @francosolerio is correct about the app fee. It’s not in the feed itself (can’t be) but that’s how it is calculated based on the consensus we came up with in the board meeting and on podcastindex.social as it was talked through. |
Beta Was this translation helpful? Give feedback.
-
What really might help here is a diagram. |
Beta Was this translation helpful? Give feedback.
-
Not sure if this helps or not. I was very confused about the splits and fees. At first, because fees were optional I was ready to ignore them. Then after Podcasting 2.0 (show 120) - I think I understand the difference. I am treating splits for people and fees for services. I also prefer to treat splits/fees as a percentage of 100% and not have to calculate the sats with some crazy calculation. In Podfans we have linked the Person tag to the Value4Value fields. So for any given podcast if you add more people or roles from the Podcast Taxonomy to a podcast metadata we will show more fields to enable you to choose if its a split or fee and set the %. We are trying to pull these directly from the RSS feed but so many feeds are a total mess where services are set as splits and not fees and the percentage splits are over 100%. |
Beta Was this translation helpful? Give feedback.
-
Yes, I think the publishing tools should present a simple percentage, and then it can use a 100-sum number for the splits. So the podcaster would set 51% and 49%, and the publishing tool would set the splits to 51 and 49, respectively. And for clarification, any publishing system could say, "The following splits are calculated after any fees are deducted." |
Beta Was this translation helpful? Give feedback.
-
In section "Value Recipient Element", all the attributes are described by their meaning. For fee, there is only:
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:
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.
Beta Was this translation helpful? Give feedback.
All reactions