Total_Fees_Calculation

Compute total payment processing fees from dabstep transaction data and fee rules.

128|12|Updated May 21, 2025
One-click install
npx skills add https://github.com/zjunlp/DataMind --skill total-fees-calculation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Total_Fees_Calculation
Source: https://github.com/zjunlp/DataMind/tree/main/datacope/reason_task/eval/skill/0/iter2/Total_Fees_Calculation
Command: npx skills add https://github.com/zjunlp/DataMind --skill total-fees-calculation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandas, json, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the calculation of total payment processing fees for a merchant over a specific day, date range, or month in the dabstep dataset.

Core Features & Use Cases

  • Total Fees Calculation: Computes total payment processing fees for a merchant based on fee rules and transaction data.
  • Use Case: When a question asks for "total fees", "fees paid", or "fees charged" for a merchant over some time period, this Skill can provide the computation.

Quick Start

Use the Total_Fees_Calculation skill to compute the total fees for merchant 'Crossfit_Hanna' in 2023.

Frequently Asked Questions about Total_Fees_Calculation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I calculate total payment processing fees for a merchant from transaction data?

To calculate total payment processing fees, you apply specific fee rules to transaction data from the dabstep dataset. This computation automates fee extraction for a defined merchant over a given day, date range, or month.

What is the best way to automate fee calculation using JSON rules and pandas?

Automating fee calculation involves parsing JSON files for fee rules and using pandas to process merchant transaction data. This method accurately computes total fees charged for administrative payment workflows.

Does this fee calculation approach support querying total fees by specific date ranges?

Yes, the fee calculation approach supports querying total fees by specific date ranges. It computes the total fees paid or charged for a merchant over a single day, a custom date range, or an entire month.

How do I compute merchant analysis metrics for fees charged in the dabstep dataset?

Computing merchant analysis metrics for fees charged involves applying extracted fee rules to the dabstep dataset's transaction records. This yields the total payment processing fees for targeted administrative analysis.

What data formats are required to compute payment fees from transaction records?

Computing payment fees requires transaction data and fee rules formatted as JSON files. The process utilizes pandas to read these inputs and calculate the total processing fees for a specified merchant.