Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding all Currencies to also have Currency<bigint> #582

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/aed.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* United Arab Emirates dirham.
*/
export const AED: Currency<bigint> = {
code: 'AED',
base: 10n,
exponent: 2n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/afn.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* Afghan afghani.
*/
export const AFN: Currency<bigint> = {
code: 'AFN',
base: 10n,
exponent: 2n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/all.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* Albanian lek.
*/
export const ALL: Currency<bigint> = {
code: 'ALL',
base: 10n,
exponent: 2n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/amd.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* Armenian dram.
*/
export const AMD: Currency<bigint> = {
code: 'AMD',
base: 10n,
exponent: 2n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/ang.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* Netherlands Antillean guilder.
*/
export const ANG: Currency<bigint> = {
code: 'ANG',
base: 10n,
exponent: 2n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/aoa.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* Angolan kwanza.
*/
export const AOA: Currency<bigint> = {
code: 'AOA',
base: 10n,
exponent: 2n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/ars.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* Argentine peso.
*/
export const ARS: Currency<bigint> = {
code: 'ARS',
base: 10n,
exponent: 2n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/aud.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* Australian dollar.
*/
export const AUD: Currency<bigint> = {
code: 'AUD',
base: 10n,
exponent: 2n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/awg.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* Aruban florin.
*/
export const AWG: Currency<bigint> = {
code: 'AWG',
base: 10n,
exponent: 2n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/azn.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* Azerbaijani manat.
*/
export const AZN: Currency<bigint> = {
code: 'AZN',
base: 10n,
exponent: 2n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/bam.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* Bosnia and Herzegovina convertible mark.
*/
export const BAM: Currency<bigint> = {
code: 'BAM',
base: 10n,
exponent: 2n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/bbd.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* Barbados dollar.
*/
export const BBD: Currency<bigint> = {
code: 'BBD',
base: 10n,
exponent: 2n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/bdt.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* Bangladeshi taka.
*/
export const BDT: Currency<bigint> = {
code: 'BDT',
base: 10n,
exponent: 2n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/bgn.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* Bulgarian lev.
*/
export const BGN: Currency<bigint> = {
code: 'BGN',
base: 10n,
exponent: 2n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/bhd.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* Bahraini dinar.
*/
export const BHD: Currency<bigint> = {
code: 'BHD',
base: 10n,
exponent: 3n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/bif.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* Burundian franc.
*/
export const BIF: Currency<bigint> = {
code: 'BIF',
base: 10n,
exponent: 0n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/bmd.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* Bermudian dollar.
*/
export const BMD: Currency<bigint> = {
code: 'BMD',
base: 10n,
exponent: 2n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/bnd.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* Brunei dollar.
*/
export const BND: Currency<bigint> = {
code: 'BND',
base: 10n,
exponent: 2n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/bob.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* Bolivian boliviano.
*/
export const BOB: Currency<bigint> = {
code: 'BOB',
base: 10n,
exponent: 2n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/bov.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* Bolivian Mvdol.
*/
export const BOV: Currency<bigint> = {
code: 'BOV',
base: 10n,
exponent: 2n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/brl.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* Brazilian real.
*/
export const BRL: Currency<bigint> = {
code: 'BRL',
base: 10n,
exponent: 2n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/bsd.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* Bahamian dollar.
*/
export const BSD: Currency<bigint> = {
code: 'BSD',
base: 10n,
exponent: 2n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/btn.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* Bhutanese ngultrum.
*/
export const BTN: Currency<bigint> = {
code: 'BTN',
base: 10n,
exponent: 2n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/bwp.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* Botswana pula.
*/
export const BWP: Currency<bigint> = {
code: 'BWP',
base: 10n,
exponent: 2n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/byn.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* Belarusian ruble.
*/
export const BYN: Currency<bigint> = {
code: 'BYN',
base: 10n,
exponent: 2n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/bzd.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* Belize dollar.
*/
export const BZD: Currency<bigint> = {
code: 'BZD',
base: 10n,
exponent: 2n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/cad.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* Canadian dollar.
*/
export const CAD: Currency<bigint> = {
code: 'CAD',
base: 10n,
exponent: 2n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/cdf.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* Congolese franc.
*/
export const CDF: Currency<bigint> = {
code: 'CDF',
base: 10n,
exponent: 2n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/che.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* WIR Euro.
*/
export const CHE: Currency<bigint> = {
code: 'CHE',
base: 10n,
exponent: 2n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/chf.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* Swiss franc.
*/
export const CHF: Currency<bigint> = {
code: 'CHF',
base: 10n,
exponent: 2n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/chw.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* WIR Franc.
*/
export const CHW: Currency<bigint> = {
code: 'CHW',
base: 10n,
exponent: 2n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/clf.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* Unidad de Fomento.
*/
export const CLF: Currency<bigint> = {
code: 'CLF',
base: 10n,
exponent: 4n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/clp.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* Chilean peso.
*/
export const CLP: Currency<bigint> = {
code: 'CLP',
base: 10n,
exponent: 0n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/cny.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* Renminbi (Chinese) yuan.
*/
export const CNY: Currency<bigint> = {
code: 'CNY',
base: 10n,
exponent: 2n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/cop.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* Colombian peso.
*/
export const COP: Currency<bigint> = {
code: 'COP',
base: 10n,
exponent: 2n,
};
10 changes: 10 additions & 0 deletions packages/currencies/src/iso4217/amendments/168-bigint/cou.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import type { Currency } from '../../../types';

/**
* Unidad de Valor Real.
*/
export const COU: Currency<bigint> = {
code: 'COU',
base: 10n,
exponent: 2n,
};