franklin

package
v0.0.0-...-5b7a8c5 Latest Latest
Warning

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

Go to latest
Published: Dec 7, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CollectWithFundIDAndSearch

func CollectWithFundIDAndSearch(fundID int, search string) (result types.Result, err error)

Types

type Data

type Data struct {
	Portfolio Portfolio `json:"Portfolio"`
}

type FundData

type FundData struct {
	Data Data `json:"data"`
}

type Holding

type Holding struct {
	Date     string `json:"asofdate"`
	SECName  string `json:"secname"`
	Quantity string `json:"quantityshrpar"`
}

type Portfolio

type Portfolio struct {
	PortfolioData PortfolioData `json:"portfolio"`
}

type PortfolioData

type PortfolioData struct {
	DailyHoldings []Holding `json:"dailyholdings"`
}

Jump to

Keyboard shortcuts

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