# README
GoCryptoTrader package Portfolio

This portfolio package is part of the GoCryptoTrader codebase.
This is still in active development
You can track ideas, planned features and what's in progress on our GoCryptoTrader Kanban board.
Join our slack to discuss all things related to GoCryptoTrader! GoCryptoTrader Slack
Current Features for portfolio
- This package allows for the monitoring of portfolio data.
Please click GoDocs chevron above to view current GoDoc information for this package
Contribution
Please feel free to submit any pull requests or suggest any desired features to be added.
When submitting a PR, please abide by our coding guidelines:
- Code must adhere to the official Go formatting guidelines (i.e. uses gofmt).
- Code must be documented adhering to the official Go commentary guidelines.
- Code must adhere to our coding style.
- Pull requests need to be based on and opened against the
master
branch.
Donations

If this framework helped you in any way, or you would like to support the developers working on it, please donate Bitcoin to:
bc1qk0jareu4jytc0cfrhr5wgshsq8282awpavfahc
# Constants
ExchangeAddress is a label for an exchange address.
PersonalAddress is a label for a personal/offline address.
# Structs
AccountInfo is a XRPScan subtype for account associations.
Address sub type holding address information for portfolio.
Base holds the portfolio base addresses.
Coin stores a coin type, balance, address and percentage relative to the total amount.
EtherchainBalanceResponse holds JSON incoming and outgoing data for Etherchain.
EthplorerResponse holds JSON address data for Ethplorer.
ExchangeAccountCurrencyInfo : Sub type to store currency name and value.
ExchangeAccountInfo : Generic type to hold each exchange's holdings in all enabled currencies.
OfflineCoinSummary stores a coin types address, balance and percentage relative to the total amount.
OnlineCoinSummary stores a coin types balance and percentage relative to the total amount.
Summary Stores the entire portfolio summary.
XRPScanAccount defines the return type for account data.