Community Page
- www.murexusers.org Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Try to send it to the mailing list at murex-l@listserv.linke.de
- You'll get most answers by sending this to murex-l@listserv.linke.de (our mailing list).
- The best place to ask is our mailing list at murex-l@listserv.linke.de
- Due to copyright restrictions you won't find this ... if you have a question, you can ask it to the mailing list at murex-l@listserv.linke.de or in the forum of this website. For trainings you...
- I use subversion and import/export zip-files into/from MxML-exchange ... not the best solution, but it's working fine for me ...
- 1 day ago
- 0 comments
- Active 1 day ago
- More
- 2 days ago
- 0 comments
- Active 2 days ago
- More
- 2 days ago
- 0 comments
- Active 2 days ago
- More
- 2 days ago
- 0 comments
- Active 2 days ago
- More
- 2 days ago
- 0 comments
- Active 2 days ago
- More
- 2 days ago
- 0 comments
- Active 2 days ago
- More
- 2 days ago
- 0 comments
- Active 2 days ago
- More
- 5 days ago
- 0 comments
- Active 5 days ago
- More
- 5 days ago
- 0 comments
- Active 5 days ago
- More
- 5 days ago
- 0 comments
- Active 5 days ago
- More
- 5 days ago
- 0 comments
- Active 5 days ago
- More
- 5 days ago
- 0 comments
- Active 5 days ago
- More
- 1 week ago
- 0 comments
- Active 1 week ago
- More
- 1 week ago
- 0 comments
- Active 1 week ago
- More
- 1 week ago
- 0 comments
- Active 1 week ago
- More
- 1 week ago
- 0 comments
- Active 1 week ago
- More
- 1 week ago
- 0 comments
- Active 1 week ago
- More
- 1 week ago
- 0 comments
- Active 1 week ago
- More
- 1 week ago
- 0 comments
- Active 1 week ago
- More
- 1 week ago
- 0 comments
- Active 1 week ago
- More
- 1 week ago
- 0 comments
- Active 1 week ago
- More
- 1 week ago
- 0 comments
- Active 1 week ago
- More
- 1 week ago
- 0 comments
- Active 1 week ago
- More
- 1 week ago
- 0 comments
- Active 1 week ago
- More
- 1 week ago
- 0 comments
- Active 1 week ago
- More
Underlying Instrument details started by Markus Linke
Manish,
The flex details probably contains only the bond name. For details on the bond itself, you might want to look into SE_HEAD and BD_BOND tables.
Rgds Ludo
—– “Manish Ahuja” wrote: > Hi, > I am ...
The flex details probably contains only the bond name. For details on the bond itself, you might want to look into SE_HEAD and BD_BOND tables.
Rgds Ludo
—– “Manish Ahuja” wrote: > Hi, > I am ...
Is it possible read read external DDBB from a RQWHERE in Murex? | Murex User Group started by Markus Linke
Is it possible read read external DDBB from a RQWHERE in Murex? started by Markus Linke
Hello all, I am not sure if RQWHERE or other function in Murex allows read from external DDBB?
Thank you very much
Regards
— This message was sent to the Murex User Group at murex-l@listserv.linke.de – To join ...
Thank you very much
Regards
— This message was sent to the Murex User Group at murex-l@listserv.linke.de – To join ...
Is it possible read read external DDBB from a RQWHERE in Murex? started by Markus Linke
You can get to a database within the same SQL server easily enough
1> select top 2 M_NB into tempdb..MYTEMP_DBF from TRN_HDR_DBF 2> (2 rows affected)
Then: RQWHERE(’TRN_HDR_DBF.M_NB in (select M_NB from tempdb..MYTEMP_DBF )’,”)
1> select top 2 M_NB into tempdb..MYTEMP_DBF from TRN_HDR_DBF 2> (2 rows affected)
Then: RQWHERE(’TRN_HDR_DBF.M_NB in (select M_NB from tempdb..MYTEMP_DBF )’,”)
Underlying Instrument details started by Markus Linke
Hi, I am looking for flex details. The underlying Bond Instrument, put call etc
I tried DBtrace but it just gives details of the view, so not of much help.
I got some details in RTBLOCK table ...
I tried DBtrace but it just gives details of the view, so not of much help.
I got some details in RTBLOCK table ...
Is it possible read read external DDBB from a RQWHERE in Murex? started by Markus Linke
Probably you can set-up in your public.mxres.common.dbconfig.dbsource.mxres more than one database source.
Your life will be easier if you contact Murex support team.
Thanks
Daniel
________________________________ From: Murex User Group [mailto:MUREX-L@LISTSERV.LINKE.DE] On Behalf
Your life will be easier if you contact Murex support team.
Thanks
Daniel
________________________________ From: Murex User Group [mailto:MUREX-L@LISTSERV.LINKE.DE] On Behalf
Underlying Instrument details started by Markus Linke
Manish,
1. What kind of details are you looking for? Just the bond label, or more? 2. What type of trade are you using? Standard IRD/OPT/OTC, or flex options?
—– “Manish Ahuja” wrote: > Hi All,
I ...
1. What kind of details are you looking for? Just the bond label, or more? 2. What type of trade are you using? Standard IRD/OPT/OTC, or flex options?
—– “Manish Ahuja” wrote: > Hi All,
I ...
New Job Site | Murex User Group started by Markus Linke
New Job Site started by Markus Linke
Hi, I’ve reworked the Murex User Group Job-site at http://jobs.murexusers.org/
It’s now open to everyone and the postings will also show up in related sites (like our LinkedIn Group http://www.linkedin.com/groups?about=&gid=5...
It’s now open to everyone and the postings will also show up in related sites (like our LinkedIn Group http://www.linkedin.com/groups?about=&gid=5...
Underlying Instrument details started by Markus Linke
Hi Manish, The best way to be sure about that is to put the log mode to debug, insert a bond option, and check in the logs the SQL generated, with that you can know ...
Underlying Instrument details started by Markus Linke
Hi All,
I am trying to get underlying instrument details for bond option. Which table I should query in Mx3.1 ?
In Mx Screen it shows as User definable block.
I was able to find some details RTBLOCK#RTBKSKL_DBF ...
I am trying to get underlying instrument details for bond option. Which table I should query in Mx3.1 ?
In Mx Screen it shows as User definable block.
I was able to find some details RTBLOCK#RTBKSKL_DBF ...
[full-time] test at Taskforce iT Consulting Inc started by Markus Linke
Location: LondonDescription:
TEST
Apply to this job
Go to Source
Share and Enjoy:
TEST
Apply to this job
Go to Source
Share and Enjoy:
(IT) Murex MxML Developer started by Markus Linke
Location: Europe
Murex MxML Developer. My client urgently requires a number of experienced Murex Developers with very strong skills in MxML and Java to develop interfaces from Murex into a number of different applications (both middle ...
Murex MxML Developer. My client urgently requires a number of experienced Murex Developers with very strong skills in MxML and Java to develop interfaces from Murex into a number of different applications (both middle ...
(IT) Trade Floor Support Analyst Murex £400 Per Day started by Markus Linke
Rate: £400/Day Location: City Of London
Trade Floor support with Murex £400 per day. Investment Bank seeks Trade floor support analyst with Murex experience to provide day to day Technology & Business System Support
Trade Floor support with Murex £400 per day. Investment Bank seeks Trade floor support analyst with Murex experience to provide day to day Technology & Business System Support
(IT) Murex Technical Analyst started by Markus Linke
Rate: *Negotiable* Location: Switzerland
My client a leading Investment bank requires a Murex specialist. The role is a cross asset implementation covering Rates , Credit and FX Derivatives using version MX3. Candidates should ha
My client a leading Investment bank requires a Murex specialist. The role is a cross asset implementation covering Rates , Credit and FX Derivatives using version MX3. Candidates should ha
Any ideas when Murex will employ the GPUs? started by Markus Linke
Any ideas when Murex will employ the GPUs?
Cheers, Krastyu
— This message was sent to the Murex User Group at murex-l@listserv.linke.de – To join the group visit http://www.murexusers.org/join-us – If you wish to leave the list ...
Cheers, Krastyu
— This message was sent to the Murex User Group at murex-l@listserv.linke.de – To join the group visit http://www.murexusers.org/join-us – If you wish to leave the list ...
Save last update time on Realtime/Reference Set started by Markus Linke
Hi Rams,
1) it’s not a problem about the number of securities in Mx 2) We would like to update the time fields with correct values (for example in MPX_PRIC_* tables, MPX_IN_* tables …) 3) times ...
1) it’s not a problem about the number of securities in Mx 2) We would like to update the time fields with correct values (for example in MPX_PRIC_* tables, MPX_IN_* tables …) 3) times ...
Commodity Market Risk Analyst started by Markus Linke
One of Europe’s leading investment banking businesses. Our client are a very well established Capital Markets Business. This business trade standard and structured products, credit derivatives, equity, foreign exchange and commodity products.
Reporting to the ...
Reporting to the ...
Next
Murex Front Office Business Analyst -Equity Derivatives-Paris My client requires a Murex Front Office/Middle Office business analyst with good Equity Derivatives, CFD & TRS. You will analyse, design, and configure front and