Receivables Projected Gains and Losses Report
Compares the revalued amount of foreign-currency transactions to the entered amount and prints the projected unrealized gain or loss by ledger currency, customer, and transaction.
Sample build of the Receivables Projected Gains and Losses Report — reconciled, and rendered tool-neutral so it runs in Power BI, ThoughtSpot, or Tableau.
| Customer | Currency | Entered Amount | Revalued Amount | Projected G/l |
|---|---|---|---|---|
| Acme Industrial | USD | $1,240,500.00 | $1,240,500.00 | Sample |
| Northwind Trading | USD | $842,150.75 | $842,150.75 | — |
| Globex Holdings | USD | $96,400.00 | $96,400.00 | Sample |
| Initech LLC | USD | $1,005,233.10 | $1,005,233.10 | — |
| Umbrella Corp | USD | $58,720.40 | $58,720.40 | Sample |
| Acme Industrial | USD | $1,240,500.00 | $1,240,500.00 | Sample |
The report compares revalued to entered amounts and projects the unrealized gain or loss.
A projected -$160K loss if rates hold to settlement — FX exposure on open AR worth hedging or watching.
Share the projection with treasury; projected FX losses on receivables are a cash-and-hedging decision, not just an accounting entry.
This is the report's BI Publisher data model — the SQL data set BI Publisher runs against Oracle tables to produce the output. The same SQL becomes a dbt model in your warehouse, so one definition drives both the formatted report and the analytics layer.
Data sources
The data-warehouse model — one fact surrounded by conformed dimensions (what you slice by) and measures (what you aggregate), expressed as dbt so it migrates with you. Grain: one row per source transaction.
| Element | Type | Definition |
|---|---|---|
| RA_CUSTOMER_TRX_ALL | dimension | dimension |
| GL_DAILY_RATES | dimension | dimension |
| Entered Amount | measure | measure |
| Revalued Amount | measure | measure |
Every source object behind this report. Each linked table has its own page with full column descriptions, drawn from the Oracle BICC lineage and articulated for practitioners.
| Table | Reporting columns | Subject areas |
|---|---|---|
| AR_PAYMENT_SCHEDULES_ALL | 32 | 6 |
| RA_CUSTOMER_TRX_ALL | 58 | 16 |
| GL_DAILY_RATES | 1 | 10 |
Customization note Often turned into an FX-exposure dashboard that trends unrealized gain/loss by currency rather than a point-in-time listing. Irvine rebuilds these on your data.