Skip to content

Commit ff97868

Browse files
hakanensariclaude
andauthored
Add XOF and XAF EUR pegs (#349)
Both CFA francs are pegged to the euro at 655.957 since 1999-01-01, inherited from the FRF arrangement (1 FRF = 100 CFA post-1994 devaluation) when the euro replaced the French franc. Co-authored-by: Claude <noreply@anthropic.com>
1 parent 8cbcc95 commit ff97868

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

db/seeds/pegs.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,5 +142,21 @@
142142
"since": "1999-01-01",
143143
"authority": "Banco de Cabo Verde",
144144
"source": "https://www.bcv.cv/pt/Supervisao/Consumidores/Servi%C3%A7os%20ao%20P%C3%BAblico/perguntasrespostasfrequentes/mercadocambial/Paginas/MercadoCambial.aspx"
145+
},
146+
{
147+
"quote": "XAF",
148+
"base": "EUR",
149+
"rate": 655.957,
150+
"since": "1999-01-01",
151+
"authority": "Banque des États de l'Afrique Centrale",
152+
"source": "https://en.wikipedia.org/wiki/Central_African_CFA_franc"
153+
},
154+
{
155+
"quote": "XOF",
156+
"base": "EUR",
157+
"rate": 655.957,
158+
"since": "1999-01-01",
159+
"authority": "Banque Centrale des États de l'Afrique de l'Ouest",
160+
"source": "https://en.wikipedia.org/wiki/West_African_CFA_franc"
145161
}
146162
]

0 commit comments

Comments
 (0)