Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BuyCommercialPaper ¶
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 ¶
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 ¶
func (c CommercialPaper) Key() ([]string, error)
Key commercial paper has a composite key < CommercialPaper, Issuer, PaperNumber >
type IssueCommercialPaper ¶
type RedeemCommercialPaper ¶
Click to show internal directories.
Click to hide internal directories.