Total_Fees_Calculation

Skill for computing total payment processing fees for a merchant over a specific day, date range, or month in the dabstep dataset. Use this skill whenever the question asks for "total fees", "fees paid", or "fees charged" for a merchant over some time period. The computation requires matching each transaction to a fee rule from fees.json using multiple merchant and transaction properties, then summing fixed_amount + rate * eur_amount / 10000 for each matched transaction.

zjunlp b180f57 13.7 KB Updated

File contents

zjunlp/datamind/tree/main/datacope/reason_task/eval/skill/0/iter1/Total_Fees_Calculation commit b180f57643

Frequently asked questions

npx skillmds@latest add zjunlp/total-fees-calculation-2