CorporateActions
Last updated
Was this helpful?
Last updated
Was this helpful?
Handles all Security Token Corporate Actions related functionality
Namespace‹›
↳ CorporateActions
Protected
contextInherited from void
Protected
parentInherited from void
Retrieve a list of agent identities
Retrieve default values for targets, global tax withholding percentage and per-identity tax withholding perecentages.
note
These values are applied to every Corporate Action that is created until they are modified. Modifying these values does not impact existing Corporate Actions. When creating a Corporate Action, values passed explicitly will override these defaults
Remove a Corporate Action
Parameters:
Name
Type
args
opts?
Remove the Corporate Actions Agent of the Security Token
note
this action will leave the Security Token owner as the Corporate Actions Agent
deprecated
Parameters:
Name
Type
args
void
opts?
Assign a new Corporate Actions Agent for the Security Token
note
this may create AuthorizationRequests which have to be accepted by the corresponding Account. An Account or Identity can fetch its pending Authorization Requests by calling authorizations.getReceived
deprecated
in favor of inviteAgent
Parameters:
Name
Type
args
opts?
Assign default values for targets, global tax withholding percentage and per-identity tax withholding perecentages.
note
These values are applied to every Corporate Action that is created until they are modified. Modifying these values does not impact existing Corporate Actions. When creating a Corporate Action, values passed explicitly will override these defaults
Parameters:
Name
Type
args
opts?
• context:
Defined in
• distributions:
Defined in
• parent:
Defined in
▸ getAgents(): Promise‹[]›
Defined in
Returns: Promise‹[]›
▸ getDefaults(): Promise‹›
Defined in
Returns: Promise‹›
▸ remove(args
: , opts?
: ): Promise‹‹void››
Defined in
note
this method is of type , which means you can call remove.checkAuthorization
on it to see whether the Current Account has the required permissions to run it
Returns: Promise‹‹void››
▸ removeAgent(args
: void, opts?
: ): Promise‹‹void››
Defined in
note
this method is of type , which means you can call removeAgent.checkAuthorization
on it to see whether the Current Account has the required permissions to run it
Returns: Promise‹‹void››
▸ setAgent(args
: , opts?
: ): Promise‹‹void››
Defined in
note
this method is of type , which means you can call setAgent.checkAuthorization
on it to see whether the Current Account has the required permissions to run it
Returns: Promise‹‹void››
▸ setDefaults(args
: , opts?
: ): Promise‹‹void››
Defined in
note
this method is of type , which means you can call setDefaults.checkAuthorization
on it to see whether the Current Account has the required permissions to run it
Returns: Promise‹‹void››