Skip to content

Commit

Permalink
Merge pull request #300 from se-omar/finance-descs
Browse files Browse the repository at this point in the history
improve finance descs
  • Loading branch information
brianvoe authored Jan 14, 2024
2 parents a63a149 + 122d2d0 commit 29333fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions finance.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func addFinanceLookup() {
AddFuncLookup("cusip", Info{
Display: "CUSIP",
Category: "finance",
Description: "Random CUSIP",
Description: "Unique identifier for securities, especially bonds, in the United States and Canada",
Example: "38259P508",
Output: "string",
Generate: func(r *rand.Rand, m *MapParams, info *Info) (any, error) {
Expand All @@ -118,7 +118,7 @@ func addFinanceLookup() {
AddFuncLookup("isin", Info{
Display: "ISIN",
Category: "finance",
Description: "Random ISIN",
Description: "International standard code for uniquely identifying securities worldwide",
Example: "CVLRQCZBXQ97",
Output: "string",
Generate: func(r *rand.Rand, m *MapParams, info *Info) (any, error) {
Expand Down

0 comments on commit 29333fa

Please sign in to comment.