Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BuyCommercialPaper ¶ added in v0.5.2
type BuyCommercialPaper struct {
Issuer string `json:"issuer,omitempty"`
PaperNumber string `json:"paper_number,omitempty"`
CurrentOwner string `json:"current_owner,omitempty"`
NewOwner string `json:"new_owner,omitempty"`
Price int32 `json:"price,omitempty"`
PurchaseDate time.Time `json:"purchase_date,omitempty"`
}
type CommercialPaper ¶ added in v0.5.2
type CommercialPaper struct {
Issuer string `json:"issuer,omitempty"`
PaperNumber string `json:"paper_number,omitempty"`
Owner string `json:"owner,omitempty"`
IssueDate time.Time `json:"issue_date,omitempty"`
MaturityDate time.Time `json:"maturity_date,omitempty"`
FaceValue int32 `json:"face_value,omitempty"`
State TaskState `json:"state,omitempty"`
}
func (CommercialPaper) Key ¶ added in v0.5.2
func (c CommercialPaper) Key() ([]string, error)
Comercial paper has a composite key <`CommercialPaper`, Issuer, PaperNumber>
type IssueCommercialPaper ¶ added in v0.5.2
type RedeemCommercialPaper ¶ added in v0.5.2
Click to show internal directories.
Click to hide internal directories.