interface ValuationReportFxRate {
    asof: string;
    ccy1: CurrencyCode;
    ccy2: CurrencyCode;
    value: Decimal;
}

Properties

Properties

asof: string
value: Decimal