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.
<HsvCalculate>.GetEPUInfo lScenario, lYear, lPeriod, varalOwners, varalOwned, lStatus, lPctEPUOp, dPctEPU, lCirOwn, pvara2DvEPUInfo| Argument | Description |
|---|---|
| lScenario | Long (ByVal). The member ID of the Scenario dimension member. |
| lYear | Long (ByVal). The member ID of the Year dimension member. |
| lPeriod | Long (ByVal). The member ID of the Period dimension member. |
| varalOwners | Variant array of Long (ByVal). Input filtered list of Owner entities. The return list will only include the input owners. |
| varalOwned | Variant array of Long (ByVal). Input filtered list of owned entities. The return list will only include the input owned entities. |
| lStatus | Long (ByVal). The filtered EPU Status. Only ownership pairs with selected status are returned. |
| lPctEPUOp | Long (ByVal). The operator to be used with the dPctEPU value. |
| dPctEPU | Double (ByVal). The filtered percentage ownership value. Only ownership pairs with percentage ownership value match the operator condition are returned. |
| lCirOwn | Long (ByVal). The filtered circular ownership status. |
| pvara2DvEPUInfo | Variant 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). |