/kinvo-investments

Project to parse https://www.kinvo.com.br/ export

Primary LanguageGoApache License 2.0Apache-2.0

kinvo-investments

Project to parse https://app.kinvo.com.br/meus-produtos export.

The result will be a suggestion to balance all products.

You can create a second sheet to set products to filter final results.

Build

go build internal/cmd/kinvo.go

Usage

From sources

go run internal/cmd/kinvo.go -f file.xlsx -b brokerNameMatcher -c assetClassMatcher

From binary

Windows:

./kinvo.exe /f "file.xlsx" /b brokerNameMatcher /c assetClassMatcher

Linux:

./kinvo -f "file.xlsx" -b brokerNameMatcher -c assetClassMatcher