types

package
v3.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 1, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Companies

type Companies struct {
	Name                    string  `json:"name"`
	Symbol                  string  `json:"symbol"`
	Country                 string  `json:"country"`
	TotalHoldings           int64   `json:"total_holdings"`
	TotalEntryValueUsd      int64   `json:"total_entry_value_usd"`
	TotalCurrentValueUsd    int64   `json:"total_current_value_usd"`
	PercentageOfTotalSupply float64 `json:"percentage_of_total_supply"`
}

type Treasury

type Treasury struct {
	TotalHoldings      float64     `json:"total_holdings"`
	TotalValueUsd      float64     `json:"total_value_usd"`
	MarketCapDominance float64     `json:"market_cap_dominance"`
	Companies          []Companies `json:"companies"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL