Highest_Cost_Scenario_Identification

Identify the most expensive MCC or ACI for a transaction using predefined fee rules.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps to identify the most expensive Merchant Category Code (MCC) or the most expensive Authorization Characteristics Indicator (ACI) for a given transaction, enabling targeted cost analysis.

Core Features & Use Cases

  • Fee Calculation: Calculates transaction fees based on provided formula and rules.
  • Merchant Category Code Analysis: Determines the most expensive MCC for a given transaction amount.
  • Authorization Characteristics Indicator Analysis: Determines the most expensive ACI for a specific card scheme and transaction type.
  • Use Case: If a question asks, "What is the most expensive MCC for a transaction of 100 euros," this skill would provide the MCC that has the highest associated fee.

Quick Start

Identify the most expensive MCC for a transaction of 100 euros by executing the Highest_Cost_Scenario_Identification skill with the transaction amount.

Frequently Asked Questions about Highest_Cost_Scenario_Identification

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

FAQPage Schema
How do I identify the most expensive MCC for a transaction?

To identify the most expensive MCC for a transaction, this skill calculates fees using predefined rules to determine the Merchant Category Code with the highest associated cost for a specific transaction amount.

What is an ACI analysis in transaction fee calculation?

ACI analysis determines the most expensive Authorization Characteristics Indicator for a specific card scheme and transaction type by applying predefined fee calculation rules to evaluate associated costs.

How do I calculate transaction fees for different card schemes?

You can calculate transaction fees for different card schemes by providing the transaction amount and type, allowing the skill to apply predefined fee rules from a JSON file to compute the costs.

Does this skill require a specific format for fee calculation rules?

Yes, this skill requires fee calculation rules to be provided in a JSON file format to accurately evaluate and identify the most expensive MCC or ACI for a given transaction.

Can I analyze a 100 euro transaction to find its highest fee scenario?

Yes, you can analyze a 100 euro transaction by executing the skill with the transaction amount, which calculates the associated fees to return the highest cost MCC or ACI scenario.