Skip to main content
Version: 1.0.0

Applied CA - positions

GET 

/ca/positions

This is used to get the holding log of the given customer for the given corporate action.

#description
STCK_DVDstock dividend
REV_STCK_DVDreverse stock dividend
BNUS_ISSbonus issue
REV_BNUS_ISSreverse bonus issue
RGHT_ISSright issue
REV_RGHT_ISSreverse right issue
STCK_SPLTstock split
REV_STCK_SPLTreversing the applied stock split
RSTCK_SPLTreverse stock split
REV_RSTCK_SPLTreversing the applied reverse stock split
SPN_OFFspin off
REV_SPN_OFFreverse spin off
STCK_MERG_STCK_SPLTstock merger with stock split
REV_STCK_MERG_STCK_SPLTreverser of stock merger with stock split
STCK_MERG_REV_STCK_SPLTstock merger with reverse stock split
REV_STCK_MERG_REV_STCK_SPLTreverse of stock merger with reverse stock split

Request

Query Parameters

    institutionCode stringrequired
    customerNumber string

    Possible values: >= 1 and <= 12

    corporateActionType stringrequired

    Possible values: [STCK_DVD, REV_STCK_DVD, BNUS_ISS, REV_BNUS_ISS, RGHT_ISS, REV_RGHT_ISS, STCK_SPLT, REV_STCK_SPLT, RSTCK_SPLT, REV_RSTCK_SPLT, SPN_OFF, REV_SPN_OFF, STCK_MERG_STCK_SPLT, REV_STCK_MERG_STCK_SPLT, STCK_MERG_REV_STCK_SPLT, REV_STCK_MERG_REV_STCK_SPLT]

    startDate stringrequired

    Possible values: Value must match regular expression yyyy/MM/dd

    endDate stringrequired

    Possible values: Value must match regular expression yyyy/MM/dd

    pageNo integer
    pageWidth integer

Responses

OK

Schema
    status stringrequired
    rejectCode integer

    Find error codes here)

    isNextPageAvailable boolean
    pageNo integer
    pageWidth integer
    totalNoOfRecords integer
    list object[]
  • Array [
  • exchange string
    date string
    accountNumber string
    symbol string
    netHolding number
    averageCost number
    narration string
    corporateActionType string
    eligibleShare number
  • ]
Loading...
Is this page helpful for you?