Skip to content

Commit

Permalink
Unused tax reporte template tax_rus_corporate_actions.json was removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
titov-vv committed May 22, 2024
1 parent a2f6e42 commit 38f4146
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 116 deletions.
1 change: 0 additions & 1 deletion jal/data_export/tax_reports/russia.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def __init__(self):
"Облигации": (self.prepare_bonds, "tax_rus_bonds.json"),
"ПФИ": (self.prepare_derivatives, "tax_rus_derivatives.json"),
"Криптовалюты": (self.prepare_crypto, "tax_rus_crypto.json"),
"Корп.события": (self.prepare_corporate_actions, "tax_rus_corporate_actions.json"),
"Комиссии": (self.prepare_broker_fees, "tax_rus_fees.json"),
"Проценты": (self.prepare_broker_interest, "tax_rus_interests.json")
}
Expand Down
2 changes: 1 addition & 1 deletion jal/data_export/taxes.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from jal.db.settings import JalSettings
from jal.db.account import JalAccount
from jal.db.asset import JalAsset
from jal.db.operations import LedgerTransaction, AssetPayment
from jal.db.operations import AssetPayment

REPORT_METHOD = 0
REPORT_TEMPLATE = 1
Expand Down
96 changes: 0 additions & 96 deletions jal/data_export/templates/tax_rus_corporate_actions.json

This file was deleted.

3 changes: 0 additions & 3 deletions tests/test_data/taxes_bond_rus.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
],
"Комиссии":[

],
"Корп.события":[

],
"Криптовалюты":[

Expand Down
3 changes: 0 additions & 3 deletions tests/test_data/taxes_cfd_rus.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@
"amount_rub":22.3,
"report_template":"totals"
}
],
"Корп.события":[

],
"Криптовалюты":[

Expand Down
3 changes: 0 additions & 3 deletions tests/test_data/taxes_merger_complex_rus.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,6 @@
],
"Комиссии":[

],
"Корп.события":[

],
"Криптовалюты":[

Expand Down
3 changes: 0 additions & 3 deletions tests/test_data/taxes_merger_spinoff_rus.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@
],
"Комиссии":[

],
"Корп.события":[

],
"Криптовалюты":[

Expand Down
2 changes: 0 additions & 2 deletions tests/test_data/taxes_over_years_rus.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@
],
"Дивиденды": [],
"Комиссии": [],
"Корп.события": [
],
"Криптовалюты": [],
"Облигации": [],
"ПФИ": [
Expand Down
2 changes: 0 additions & 2 deletions tests/test_data/taxes_rus.json
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,6 @@
"spending_rub": 2561.20
}
],
"Корп.события":[
],
"Комиссии":[
{
"report_template": "fee",
Expand Down
1 change: 0 additions & 1 deletion tests/test_data/taxes_spinoff_rus.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
],
"Дивиденды": [],
"Комиссии": [],
"Корп.события": [],
"Криптовалюты": [],
"Облигации": [],
"ПФИ": [],
Expand Down
1 change: 0 additions & 1 deletion tests/test_data/taxes_vesting_rus.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
}
],
"Комиссии": [],
"Корп.события": [],
"Криптовалюты": [],
"Облигации": [],
"ПФИ": [],
Expand Down

0 comments on commit 38f4146

Please sign in to comment.