Skip to content

DST

DST (now SS&C Technologies) is a data import integration that syncs investment accounts using TIN (Tax Identification Number) lookup with RSA-encrypted XML.

AttributeValue
Integration TypeData Import
AuthenticationRSA-encrypted XML with signature
Data FlowDST → RightCapital (inbound only)
Household LookupBy TIN (Tax ID)
Pagination80 accounts per response
OwnerYan Hu
Data TypeDescription
Investment AccountsRetirement, non-retirement, education, health, annuity
HoldingsFund positions with shares, price, market value
DST Account TypeRightCapital Subtype
Non-RetirementTaxable
RetirementPension (Non-Taxable)
Education529 Plan
HealthHSA
AnnuitiesAnnuity (Taxable)

RSA encryption workflow:

  1. Build XML request with credentials
  2. Encrypt with DST public key
  3. Sign with RightCapital private key
  4. DST verifies signature and decrypts
PurposePattern
Get accounts by TINPOST client/accounts/tin/{tin}
Get summariesPOST client/summary/tin/{tin}
Get next pagePOST {url}/next/{link_id}
ComponentPath
Connectorretail-api/app/Integrations/Dst/Connector.php
RSA Encryptionretail-api/app/Integrations/Dst/RsaKey.php
Integratorretail-api/app/Integrations/Dst/Integrator.php
Modelsretail-api/app/Integrations/Dst/Models/

Symptom: Search returns empty results

Solution: Verify TIN is correct; check with DST if accounts exist