dividends

Define dividends feature architecture, data flows, and file locations for precise changes.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/rodrigopalhares/big-cat-stock-tamer --skill dividends
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dividends
Source: https://github.com/rodrigopalhares/big-cat-stock-tamer/tree/main/.claude/skills/dividends
Command: npx skills add https://github.com/rodrigopalhares/big-cat-stock-tamer --skill dividends

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dividends (proventos) are integral to accurate portfolio performance. This skill provides a structured guide to modify the dividends feature—CRUD, portfolio integration, UI, and tests—so you can implement changes without digging through the codebase.

Core Features & Use Cases

  • Domain concepts: dividend types (DIVIDENDO, JCP, RENDIMENTO, BONIFICACAO, BTC) and net amount calculations in BRL.
  • File map: core files, template pages, and dashboard integration.
  • Lifecycle: create, update, list, delete dividends; integrate with XIRR cash flows; update portfolio PnL.
  • Tests: service and controller test coverage.

Quick Start

Describe the targeted change you want to implement in the dividends feature and I will guide you through the changes.

Frequently Asked Questions about dividends

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

FAQPage Schema
How do I add a new dividend type to my portfolio architecture?

To add a new dividend type, you modify the domain concepts and file mappings to ensure safe CRUD operations, UI integration, and accurate net amount calculations in BRL.

How do dividends integrate with XIRR cash flows and PnL calculations?

Dividends integrate with XIRR cash flows and PnL by updating portfolio data flows, ensuring that lifecycle events like create, update, and delete trigger precise recalculations of performance metrics.

What dividend types are supported in portfolio performance tracking?

Supported dividend types include DIVIDENDO, JCP, RENDIMENTO, BONIFICACAO, and BTC, which are essential for calculating accurate net amounts and portfolio performance in BRL.

How do I safely alter PnL and XIRR calculations for dividends?

You can safely alter PnL and XIRR calculations by following the specified architecture and file locations, using service and controller tests to verify changes before deployment.

Does this dividend tracking guide support CRUD operations for portfolio integration?

Yes, the guide supports CRUD operations for dividends, detailing the lifecycle from create and update to list and delete, while integrating with dashboard templates and portfolio PnL.