GetEPUInfo

Retrieves the equity pickup information for the specified Scenario, Year, and Period. The method returns an array that includes: owner, owned, percentage ownership, and status.

Syntax

<HsvCalculate>.GetEPUInfo lScenario, lYear, lPeriod, varalOwners, varalOwned, lStatus, lPctEPUOp, dPctEPU, lCirOwn, pvara2DvEPUInfo
ArgumentDescription
lScenarioLong (ByVal). The member ID of the Scenario dimension member.
lYearLong (ByVal). The member ID of the Year dimension member.
lPeriodLong (ByVal). The member ID of the Period dimension member.
varalOwnersVariant array of Long (ByVal). Input filtered list of Owner entities. The return list will only include the input owners.
varalOwnedVariant array of Long (ByVal). Input filtered list of owned entities. The return list will only include the input owned entities.
lStatusLong (ByVal). The filtered EPU Status. Only ownership pairs with selected status are returned.
lPctEPUOpLong (ByVal). The operator to be used with the dPctEPU value.
dPctEPUDouble (ByVal). The filtered percentage ownership value. Only ownership pairs with percentage ownership value match the operator condition are returned.
lCirOwnLong (ByVal). The filtered circular ownership status.
pvara2DvEPUInfoVariant array. Returns two-dimensional array. The values are returned as Owner (Long), Owned (Long), Level (Long), Percentage Ownership (Double), Status (Long), Circular Ownership flag (Long).