Normalize a PlanSecurity object_type to its EquityCompensation equivalent.
If the object_type is not a PlanSecurity alias, it is returned unchanged.
The object_type to normalize
The normalized object_type
normalizeObjectType('TX_PLAN_SECURITY_ISSUANCE') // => 'TX_EQUITY_COMPENSATION_ISSUANCE'normalizeObjectType('TX_STOCK_ISSUANCE') // => 'TX_STOCK_ISSUANCE' Copy
normalizeObjectType('TX_PLAN_SECURITY_ISSUANCE') // => 'TX_EQUITY_COMPENSATION_ISSUANCE'normalizeObjectType('TX_STOCK_ISSUANCE') // => 'TX_STOCK_ISSUANCE'
Normalize a PlanSecurity object_type to its EquityCompensation equivalent.
If the object_type is not a PlanSecurity alias, it is returned unchanged.