@@ -18,27 +18,51 @@ Prioritize the requirements as must-have, should-have, could-have, or won't-have
- What: I need view, where all my transactions are displayed as a graph
- Why: So I could have a better overview of how the flows.
**3.Visualize companies (and individuals) as nodes**
- Who: As a Financial Manager
- What: I want companies involved in the transactions with different customer id-s to be represented as separete nodes in the graph
- Why: So I can view cash flows aggregated accounts at company level, providing a general overview of the financial performance of the company.
**4. Visualize Node as an account**
- Who: As a Financial Manager
- What: I want a node to represent an account within an company
- Why: So I can drill down from the higher level on a company to analyze the cash flows and performance of individual accounts.
**5.Visualize Outgoing Cash Flows with Outgoing Edges**
**3.Visualize Outgoing Cash Flows with Outgoing Edges**
- Who: As a Financial Manager
- What: I want outgoing edges in the visualization to represent outgoing cash flows.
- Why: So I can clearly track where the company’s money is being spent and manage outflows effectively.
**6.Visualize Incoming Cash Flows with Incoming Edges**
**4.Visualize Incoming Cash Flows with Incoming Edges**
- Who: As a Financial Manager
- What: I want incoming edges in the visualization to represent incoming cash flows.
- Why: So I can easily see where the company is receiving money from and monitor cash inflows for effective financial management.
**7. Visualize Cash Flows in Different Currencies**
---
**3.Visualize my company as a seprate node**
- Who: As a Financial Manager
- What: I want my company involved in the transactions with different companies to be represented as separete node in the graph
- Why: So I can view cash flows as aggregate of my company's accounts to providing a general overview of the financial performance of the company.
**4.Visualize Small and Medium-Sized Businesses (SME) as an Aggregate Node
- Who: As a Financial Manager
- What: I want to visualize all Small and Medium-sized businesses (SMEs) as a single aggregate node.
- Why: So that I can simplify the visualization and analyze cash flows to or from SMEs collectively, rather than viewing each business separately.
**5. Visualize Corporations as an Aggregate Node**
- Who: As a Financial Manager
- What: I want to visualize all corporations as a single aggregate node.
- Why: So that I can simplify the visualization and analyze cash flows to or from corporations as a group, rather than individually, making it easier to manage and understand the financial interactions with this segment.
**6. Visualize All Private Persons as an Aggregate Node**
- Who: As a Financial Manager
- What: I want to visualize all private persons involved in transactions as a single aggregate node (labeled "Private.")
- Why: So that I can simplify the visualization, reduce complexity, and analyze cash flows to or from private individuals as a group, instead of viewing each person separately.
**7. View Aggregated Incoming and Outgoing Flows Between my ompany's Node and SME, Corp, and Person Nodes
- Who: As a Financial Manager
- What: I want a view where all incoming and outgoing cash flows between my company's node and SME, Corp, and Person nodes are aggregated.
- Why: So that I can easily monitor and analyze high-level cash flows between my company and these key segments, allowing for more streamlined financial management and decision-making.
This version focuses specifically on aggregating cash flows between your company and other major
... to be changed futher
**6. Visualize Cash Flows in Different Currencies**
- Who: As a Financial Manager
- What: I want every incoming and outgoing edge to show the currency in which the payment was made.
- Why: So I can easily identify which currencies are being used for both incoming and outgoing payments, helping me manage foreign exchange risk and track multi-currency flows accurately.
...
...
@@ -47,6 +71,13 @@ Prioritize the requirements as must-have, should-have, could-have, or won't-have
**AGGREGARED AND DETAILED VIEWS**
**5. Visualize Node as an Account within My Company**
- Who: As a Financial Manager
- What: I want a node to represent an account within my company.
- Why: So I can drill down from the higher-level view of my company to analyze the cash flows and performance of individual accounts.
**8.Switch from Aggregated to Detailed View**
- Who: As a Financial Manager
- What: I want to switch from an aggregated view to a detailed view of transactions.