analyze_fund
Analyzes investment fund performance in Turkey by calculating returns based on initial investment, time periods, and optional monthly contributions with growth adjustments.
Instructions
Fon için yatırım analizi yapar
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Fon kodu | |
| startDate | Yes | Başlangıç tarihi | |
| initialInvestment | Yes | Başlangıç yatırımı (TL) | |
| monthlyInvestment | No | Aylık yatırım tutarı (TL, opsiyonel) | |
| yearlyIncreaseType | No | Yıllık artış tipi (opsiyonel) | |
| yearlyIncreaseValue | No | Yıllık artış değeri (opsiyonel) | |
| includeMonthlyDetails | No | Aylık detayları getir (varsayılan: true) |