@decafhub/decaf-client-extras - v0.7.0
    Preparing search index...

    Interface ValuationReportFigureOrgRef

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

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

    Properties

    Properties

    org: Decimal
    ref: Decimal