PROD_PERM and DACS lock

We are using RFA 8.1 C++ api to consume market data with Open DACS set up.

Can you confirm if our understanding about PROD_PERM and DACS lock is correct -

  • PROD_PREM contains PE codes. They needs to be converted to DACS lock for checking CBE
  • Refresh message will have has_perm_data flag set and permData. permData in Refresh message has DACS lock which can be used for CBE checks.
  • Which method out of above two should be used for CBE checks?

Also can you tell us where I can find more information on PROD_PERM FID. Data model page has just one liner description.

Best Answer

  • Jirapongse
    Answer ✓

    @mktdata

    The APIs allow users to specify a DACS lock in the refresh message so the client can use it to perform CBE checks.

    With PROD_PERM, the client needs to use OpenDACS API to create a DACS lock from the PE. Then use the created DACS lock to perform CBE checks.



Answers

  • @mktdata

    Thanks for reaching out to us.

    I suggest using the permission data in the refresh message to perform CBE checks.

    For more information regarding the PROD_PERM field, please contact the content support team directly via MyRefinitiv.

    I hope that this information is of help.

  • @Jirapongse Any specific reason it is preferred to use permission data from refresh over PROD_PERM? We need to explain this to our client who insist us to use PROD_PERM.