feature: add `@IsISO4217` decorator to check currency codes
See original GitHub issueDescription
validator.js
offers validation for currency codes against the ISO4217 standard.
Proposed solution
Implement the @IsIso4217()
decorator.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:7
- Comments:5 (3 by maintainers)
Top Results From Across the Web
ISO 4217 — Currency codes
The alphabetic code is based on another ISO standard, ISO 3166, which lists the codes for country names. The first two letters of...
Read more >iso4217 - PyPI
This Python package contains ISO 4217 currency data, represented as enum module which was introduced in 3.4. Note that this works on Python...
Read more >Built-in extensions - Aimeos documentation
A decorator can add additional features on top of services only by configuration. ... The currencies must be three letter ISO currency codes...
Read more >Currency codes (ISO 4217)
Entity Code Minor Unit
AFGHANISTAN AFN 2
ÅLAND ISLANDS EUR 2
ALBANIA ALL 2
Read more >System - SugarCRM Support Site
Auto-validate process definitions on import: Enabled by default, this option lets ... ISO 4217 Currency Code: The ISO code for the currency.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This feature/fix has been released in
0.14.0
.I saw it in validator.js and needed it today sooooo pull request time 😉