001package org.javamoney.moneta.convert.imf.defaults;
002/** This class is necessary to declare the "defaults" package using just for resources */
003public final class Defaults {
004    private Defaults() {}
005
006    //public static final String DIGIT_FRACTION = "ecb.digit.fraction"
007
008    public static final String HOST = "https://www.imf.org/external/np/fin/data/rms_mth.aspx?SelectDate=%s&reportType=%s&tsvflag=Y";
009
010    public static final String CVSDR = "CVSDR";
011
012    public static final String SCRCV = "SDRCV";
013}