Type definition for valuation report figure value that is reported both in original currency and reference currency.

interface ValuationReportFigureOrgRef {
    org: Decimal;
    ref: Decimal;
}

Properties

Properties

org: Decimal
ref: Decimal