Trading Volumes & Amounts

Analyze trading volumes, invested amounts, and transaction counts with position flags.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/guyman-tr/Databricks_Knowledge --skill trading-volumes-amounts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Trading Volumes & Amounts
Source: https://github.com/guyman-tr/Databricks_Knowledge/tree/main/knowledge/skills/_de_existing/de-wsroot-trading-volumes
Command: npx skills add https://github.com/guyman-tr/Databricks_Knowledge --skill trading-volumes-amounts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a detailed breakdown of trading volumes, invested amounts, and transaction counts with position flags, facilitating a comprehensive understanding of trading activities.

Core Features & Use Cases

  • Notional Volume and Amounts: Calculate total trading volume and invested amounts across various trade types.
  • Position Flags: Identify real vs. CFD breakdown, asset class volumes, copy/recurring trades, and IBAN transactions.
  • Use Case: Use this Skill to determine the total trading volume for a specific quarter or to analyze the volume distribution across different asset classes.

Quick Start

Query the trading volume and invested amounts for the last quarter.

Frequently Asked Questions about Trading Volumes & Amounts

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

FAQPage Schema
How do I calculate notional trading volume and invested amounts across different asset classes?

You can calculate notional trading volume and invested amounts by querying the database to aggregate transaction data and break down volumes by asset class. This provides a comprehensive view of total trading activity across various trade types.

How do I distinguish real assets from CFDs in my trade analysis?

Real assets vs. CFDs are distinguished using position flags applied to the trading volume and invested amounts data. This mechanism separates actual asset ownership from contract-for-difference trades across your transactions.

Can I identify recurring and copy trading volumes from my transaction history?

Yes, recurring and copy trading volumes are identified by analyzing transaction counts with specific position flags. This highlights automated or replicated investment activities alongside your manual trading data.

What database access is required to analyze trading volumes and invested amounts?

Analyzing trading volumes and invested amounts requires direct access to the trading volumes and amounts database. This access is necessary to query transaction records and apply position flags for various financial instruments.

How do I get a quarterly breakdown of trading volume by asset class?

To get a quarterly breakdown, query the trading volumes database filtering transactions by the target quarter and grouping results by asset class position flags. This calculates the total invested amounts for that specific period.