Skip to content

Commit

Permalink
Merge pull request #69 from LerianStudio/fix/MZ-518
Browse files Browse the repository at this point in the history
Fix/MZ-518
  • Loading branch information
MartinezAvellan authored Sep 23, 2024
2 parents b87c35a + 81c96e1 commit 5576477
Show file tree
Hide file tree
Showing 53 changed files with 975 additions and 1,741 deletions.
4 changes: 2 additions & 2 deletions STRUCTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ The project is structured into several key directories, each serving specific ro
│   │   │   │   │   └── organization
│   │   │   │   └── portfolio
│   │   │   │   ├── account
│   │   │   │   ├── instrument
│   │   │   │   ├── asset
│   │   │   │   ├── portfolio
│   │   │   │   └── product
│   │   │   ├── gen
│   │   │   │   └── mock
│   │   │   │   ├── account
│   │   │   │   ├── instrument
│   │   │   │   ├── asset
│   │   │   │   ├── ledger
│   │   │   │   ├── metadata
│   │   │   │   ├── organization
Expand Down
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
Loading

0 comments on commit 5576477

Please sign in to comment.