chore: Refactor
Build and publish / build (push) Successful in 1m50s

This commit is contained in:
Lino Silva
2026-05-12 23:26:48 +01:00
parent 405a959691
commit e6f7b2270b
8 changed files with 603 additions and 58 deletions
+16
View File
@@ -0,0 +1,16 @@
import { AvailableSymbol, ProviderType } from "./interfaces";
export const availableSymbols: Record<string, AvailableSymbol> = {
IE00BK5BQT80: {
mappedSymbol: "vanguard-ftse-all-world-ucits-etf-usd-acc",
provider: ProviderType.DECO,
},
BPIDEST2040: {
mappedSymbol: "bpi-destino-ppr-2040",
provider: ProviderType.BPI,
},
BPIDEST2050: {
mappedSymbol: "bpi-destino-ppr-2050",
provider: ProviderType.BPI,
},
};