Hi,
Here’s what I’m querying for:
*entity.code 0001035002
*fact.ultimus TRUE
*fact.has-dimensions TRUE
*fact.is-extended TRUE
*dimension.local-name StatementBusinessSegmentsAxis
*member.local-name RenewableDieselMember
*concept.local-name RevenueFromContractWithCustomerIncludingAssessedTax
*dimensions.count 2
*period.year 2024
*period.calendar-period 2Q
I get four results from this query, each with different fact.value values:
*630000000
*1184000000
*540000000
*14000000
The other dimension for each of these results is identical:
*dimension.local-name ConsolidationItemsAxis
*member.local-name OperatingSegmentsMember
Said differently, each of these four entries has the same dimension-pair values.
In reality, these four values are different in the following way:
* 630000000 – this is the intersegment revenue for Valero’s Renewable Diesel segment
* 1184000000 – this is the total revenue for Valero’s Renewable Diesel segment
* 540000000 – this is the revenue from external customers for just “renewable diesel” within Valero’s Renewable Diesel segment
* 14000000 – this is the revenue from external customers for just “renewable naphtha” within Valero’s Renewable Diesel segment
What we’re missing here is 554000000, which is the reported revenue from external customers for the entirety of Valero’s Renewable Diesel segment (the above “renewable diesel” plus “renewable naphtha” values).
Short version of my question – what can I do in my query to only pull in the 1184000000?
They seem to all have the same values for any of the fields I can query against, and I’m struggling to see how I can separate these facts from each other via the query.
Thanks in advance for any help you can offer.