Skip to content

Commit

Permalink
refactor (commons) : rename reference of instrument to asset 🔨
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinezAvellan committed Sep 20, 2024
1 parent b5a1300 commit 872e35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func ValidateCurrency(code string) error {
return ValidationError{
Code: "0005",
Title: "Currency Code Standard Compliance",
Message: "Currency-type instruments must adhere to the ISO-4217 standard. Please use a currency code that follows ISO-4217 guidelines.",
Message: "Currency-type assets must adhere to the ISO-4217 standard. Please use a currency code that follows ISO-4217 guidelines.",
}
}

Expand Down

0 comments on commit 872e35d

Please sign in to comment.