Documentation
¶
Index ¶
- func DbForm4ToDeltaForm(dbForm4 iv_models.DB_BaseForm4) (iv_models.DB_DeltaForm, bool)
- func GetFormsFromJSON(path string, startDate string) (map[string][]string, iv_models.DB_Issuer_Doc, iv_models.DB_Reporter_Doc, ...)
- func GetThirteenFFromUrl(url string, accNum string, userAgent string) (iv_models.DB_Form13F_Base, error)
- func RawForm4ToDbForm4(rawForm4 iv_models.RawForm4) iv_models.DB_BaseForm4
- func XmlForm4ToRawForm4(path string, accNum string, url string) (iv_models.RawForm4, error)
- func XmlUrlForm4ToRawForm4(url string, accNum string, userAgent string) (iv_models.RawForm4, error)
- type CoverPage
- type Credentials
- type Filer
- type FilerInfo
- type FilingManager
- type Form13_PrimaryDoc
- type FormData
- type HeaderData
- type InfoTable
- type InfoTableEntry
- type SharesOrAmt
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DbForm4ToDeltaForm ¶
func DbForm4ToDeltaForm(dbForm4 iv_models.DB_BaseForm4) (iv_models.DB_DeltaForm, bool)
func GetFormsFromJSON ¶
func GetFormsFromJSON(path string, startDate string) (map[string][]string, iv_models.DB_Issuer_Doc, iv_models.DB_Reporter_Doc, string, error)
returns a map with the form uris, the issuer doc, the reporter doc, the type of entity, and an error
func GetThirteenFFromUrl ¶
func RawForm4ToDbForm4 ¶
func RawForm4ToDbForm4(rawForm4 iv_models.RawForm4) iv_models.DB_BaseForm4
func XmlForm4ToRawForm4 ¶
Types ¶
type CoverPage ¶
type CoverPage struct {
XMLName xml.Name `xml:"coverPage"`
FilingManager FilingManager `xml:"filingManager"`
}
type Credentials ¶
type Filer ¶
type Filer struct {
XMLName xml.Name `xml:"filer"`
Credentials Credentials `xml:"credentials"`
}
type FilingManager ¶
type Form13_PrimaryDoc ¶
type Form13_PrimaryDoc struct {
XMLName xml.Name `xml:"edgarSubmission"`
Header HeaderData `xml:"headerData"`
FormData FormData `xml:"formData"`
}
type HeaderData ¶
type InfoTable ¶
type InfoTable struct {
XMLName xml.Name `xml:"informationTable"`
Entries []InfoTableEntry `xml:"infoTable"`
}
type InfoTableEntry ¶
type SharesOrAmt ¶
type SharesOrAmt struct {
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.