0.21.0 • Published 8 months ago

dobkap v0.21.0

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

Dobkap is a tool for automating PP-OPO dividend tax filings in Serbia. It can import dividend payout data from an InteractiveBrokers activity statement and produce PP-OPO forms in ePorezi XML format. Screen Shot 2020-08-03 at 21 18 54

Features

  • Supports Withholding Tax deductions
  • Supports multiple trading currencies: EUR, GBP, USD, SGD, MXN. Historic exchange rates are pulled from Serbia NBS, Singapore MAS and Mexico BDM.

Installation

npm i -g dobkap

Configuration

  • Dobkap must be configured using a configuration file
  • Dobkap will search the following paths for the configuration file:
    • The path given in the -c parameter
    • ./dobkap.conf
    • ~/dobkap.conf
  • Here is an example configuration file:
{
  "jmbg": "1234567890123",
  "fullName": "Jован Jовановић",
  "streetAddress": "Terazije 1/1",
  "opstinaCode": "016",
  "phoneNumber": "0611111111",
  "email": "jovan@example.com",
  "realizationMethod": "Isplata na brokerski racun",
  "holidays": [
    "2020-01-01",
    "2020-01-01",
    "2020-01-07",
    "2020-02-15",
    "2020-02-16",
    "2020-02-17",
    "2020-04-17",
    "2020-04-18",
    "2020-04-19",
    "2020-04-20",
    "2020-05-01",
    "2020-05-02",
    "2020-11-11"
  ],
  "holidayRangeStart": "2020-01-01",
  "holidayRangeEnd": "2020-12-31",
  "mexicoBdmToken": "123456783a43236a9ec55317c175095617fb723e4982c315efd7090922f329be"
}

Usage

Import an InteractiveBrokers activity statement from U1234567_20200714.csv and write the PP-OPO XML to the current directory

dobkap import -i U1234567_20200714.csv -m ibkr

Import an InteractiveBrokers activity statement from U1234567_20200714.csv and write the PP-OPO XML to the /some/path directory

dobkap import -i U1234567_20200714.csv -o /some/path -m ibkr
0.21.0

8 months ago

0.20.0

8 months ago

0.19.0

8 months ago

0.18.0

8 months ago

0.17.0

1 year ago

0.15.0

1 year ago

0.12.0

1 year ago

0.13.0

1 year ago

0.14.0

1 year ago

0.11.0

2 years ago

0.10.0

3 years ago

0.9.0

3 years ago

0.8.0

3 years ago

0.7.0

3 years ago

0.5.0

4 years ago

0.6.0

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.3.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago