Endpoint Parameters
-
Request parameters
Name Type Origin Description AccountKey AccountKey Query-String Unique identifier of an account. JobNumber String Route 6-character Broadridge generated internal identifier used to track the event. -
Response Parameters
View Response CodesName Type Description FeeDisclaimerKey String Key provided when rendering possible fees that may be incurred by the client due to this voting action. Fees ProxyVotingFee [] Fees -
Request Example
Request URL
GET /ca/v2/proxyvoting/events/S12835/fees?AccountKey=D-agw6s4EpEjuiR8O0JaP1== -
Response Example
Response body
{ "FeeDisclaimerKey": "0EC40612-0487-424D-8393-9499A76530DB", "Fees": [ { "AssetType": "Stock", "Country": "US", "DisplayAndFormat": { "Description": "Apple Inc.", "IsinCode": "US0378331005", "Symbol": "AAPL:xnas" }, "Uic": 211, "VotingOptions": [ { "Currency": "USD", "FeeAmount": 10, "VotingIndicator": "ProxyVoting" }, { "Currency": "USD", "FeeAmount": 15, "VotingIndicator": "MeetingAttendance" } ] } ] }