search for: gbp

Displaying 20 results from an estimated 66 matches for "gbp".

Did you mean: ebp
2013 Apr 03
4
Better way of writing R code
..."3/4/2013"), issue_date = c("27/11/2012", "9/12/2012", "14/01/2013", "28/02/2013"), maturity_date = c("27/04/2013", "3/5/2013", "14/6/2013", "28/06/2013"), currency = c("USD", "USD", "GBP", "SEK"), other_currency = c("EURO", "CAD", "CHF", "USD"), transaction = c("Buy", "Buy", "Sell", "Buy"), units_currency = c(100000, 25000, 150000, 40000), units_other_currency = c(78000, 25350, 99200, 615...
2011 Oct 11
1
extra digits added to data
...1.4873 1.4887 6 2001-01-10 1.4887 1.4943 1.4856 1.4866 So for 2001-01-03 the Open value is 1.5021 with only 4 digits after the decimal place - i.e. .5021. I then proceed to do the following in R to convert the 'british pound' data above from data.frame to xts: Require(quantmod) rownames(gbp) <- gbp$Date head(gbp) Open High Low Close 2001-01-03 1.5021 1.5094 1.4883 1.4898 2001-01-04 1.4897 1.5037 1.4882 1.5020 2001-01-05 1.5020 1.5074 1.4952 1.5016 2001-01-08 1.5035 1.5104 1.4931 1.4964 2001-01-09 1.4964 1.4978 1.4873 1.4887 2001-01-10 1.4887 1.4943 1.4856 1.4866...
2009 Sep 24
1
Downloading currency data from from Yahoo
Hi, I wanted to download some currency data using "quantmod" package, however got following error : > getSymbols('USD/GBP',src='yahoo') Error in download.file(paste(yahoo.URL, "s=", Symbols.name, "&a=", from.m, : cannot open URL 'http://chart.yahoo.com/table.csv?s=USD/GBP&a=0&b=01&c=2007&d=8&e=24&f=2009&g=d&q=q&y=0&z=USD/GBP&x=.csv...
2011 Jan 07
1
Calculating Returns : (Extremely sorry for earlier incomplete mail)
...en transmitted. I am again sending my complete mail through regular channel and sincerely apologize for the inconvenience caused. ## Here is my actual mail Dear R forum helpers, I have following data trans <- data.frame(currency = c("EURO", "USD", "USD", "GBP", "USD", "AUD"), position_amt = c(10000, 25000, 20000, 15000, 22000, 30000)) date <- c("12/31/2010", "12/30/2010", "12/29/2010", "12/28/2010", "12/27/2010", "12/24/2010", "12/23/2010", "12/22/201...
2017 Dec 07
2
How to read or write Geolocation (RFC6442) data in SIP/PJSIP messages ?
...ation/pidf+xml Content-ID: <target123 at atlanta.example.com> <?xml version="1.0" encoding="UTF-8"?> <presence xmlns="urn:ietf:params:xml:ns:pidf" xmlns:gp="urn:ietf:params:xml:ns:pidf:geopriv10" xmlns:gbp="urn:ietf:params:xml:ns:pidf:geopriv10:basicPolicy" xmlns:cl="urn:ietf:params:xml:ns:pidf:geopriv10:civicAddr" xmlns:gml="http://www.opengis.net/gml" xmlns:dm="urn:ietf:params:xml:ns:pidf:data-model" entity="pres:a...
2007 Jan 16
0
Naive suggestions for (kinda) funding
...use I believe this is of some help to the CentOS project. At least, to some people involved in it (please correct me if I'm wrong). ?1. Anyway, as PayPal is _not_ an option for some countries, donations to CentOS.org can't be done by PayPal. I suggest to add an item "donate to CentOS: GBP 1" to www.cheeplinux.com, the same way Slackware has an item of $1, so you can "buy" as many of these to donate. Moving on: www.cheeplinux.com is by no means "the cheepest", on the contrary. From the three virtual stores I trust (and I have used), we have e.g. (shipping is...
2010 Apr 06
0
You Won (£500,000.00 GBP Pounds)
Your Winning details:(CGPN):7-22-71-00-66-12,Ticket no:00869575733664,Serial no:/BTD/8070447706/06,Luckyno:12-12-23-35-40-41(12).Contact Mr.Graham Benfield.Email:g.benfield147@googlemail.com ---------------------------------------------------------------- Universidade Federal da Bahia - http://www.portal.ufba.br -- To unsubscribe from this list: send the line "unsubscribe
2006 May 01
1
GBP/pound sign being converted to question mark
Hi everbody. I''m at my wit''s end with a tiny bug in my Rails app. The UK pound symbol (?) is being converted to a question mark (?) somewhere when I save my models. Here''s all the information I can think of. * Constructing a model containing a ?-sign and displaying its contents works fine. * Saving a ?-sign into the database on the mysql command line and retrieving
2011 Jan 06
1
Calcuting returns
Dear R forum helpers,I have following datatrans <- data.frame(currency_transacted = c("EURO", "USD", "USD", "GBP", "USD", "AUD"), position_amt = c(10000, 25000, 20000, 15000, 22000, 30000))date <- c("12/31/2010", "12/30/2010", "12/29/2010", "12/28/2010", "12/27/2010", "12/24/2010", "12/23/2010", "12/22/2010&...
2007 May 23
1
I made some progress on my previous "systemfit" question but still not quite there
Surprisingly, I played around with some test code and below actually creates equations that look correct. tempmat<-matrix(10,nrow=6,ncol=6) restrictmat<-diag(6) colnames(tempmat)<-c("AUD.l1","CHF.l1","CAD.l1","GBP.l1","EUR.l1","JPY.l 1") rownames(tempmat)<-c("AUD","CHF","CAD","GBP","EUR","JPY") eqn<-list() for ( i in 1:6 ) { datares <- tempmat[, which(restrictmat[i, ] == 1),drop=FALSE] eqn[[i]]<-paste(rownames...
2012 Apr 27
1
multivariate xts merge question
...m happy with adding n new columns from the returned data frame (vector). Unfortunately, I have been unable to accomplish this. apply(x,1,function(y,ns) procState(y,ns), colnames(x)) gives me a list, where a non-intrinsic attribute contains the timestamp. $`2012-03-16 16:04:00` aud cad chf eur gbp jpy nzd usd 1 -3 -5 7 5 1 -1 3 -7 $`2012-03-16 16:05:00` aud cad chf eur gbp jpy nzd usd 1 -3 -5 7 5 -1 1 3 -7 How do I merge this with the original xts? I tried merge(x,unlist(y)) to flatten it, but instead of getting n new columns I get the timestamps repeated n times....
2008 Jan 30
4
asterisk gateway
Hello everybody Anyone, to know a gateway that works with nextel simm cards? I'm looking for them, in internet, but I did'n look. Best regards -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20080129/0527ba52/attachment.htm
2012 Jul 27
2
How can I access the title of a table read via read.csv?
Hi, I have a table which I can read via read.csv: fx1<-read.csv(file="A_FX_M.csv", header=TRUE) TIME REER NTD JPY GBP HKD 1 198001 124.26 36.030 237.96 2.263980 4.8366 2 198002 126.59 36.030 244.05 2.290426 4.8765 3 198003 128.33 36.026 248.62 2.206045 4.9960 4 198004 127.85 36.063 251.67 2.215330 4.9760 5 198005 124.40 36.050 228.35 2.302026 4.8891 6 198006 124.64 36.028 218.05 2.336995 4.9017 7 198007 125.17...
2012 Jul 27
2
How can I access an element of a string?
...t; Subject: [R] How can I access the title of a table read via read.csv? > > > > Hi, > > > > I have a table which I can read via read.csv: > > > > fx1<-read.csv(file="A_FX_M.csv", header=TRUE) > > > > TIME REER NTD JPY GBP HKD > > 1 198001 124.26 36.030 237.96 2.263980 4.8366 > > 2 198002 126.59 36.030 244.05 2.290426 4.8765 > > 3 198003 128.33 36.026 248.62 2.206045 4.9960 > > 4 198004 127.85 36.063 251.67 2.215330 4.9760 > > 5 198005 124.40 36.050 228.35 2.302026 4.8891 > > 6...
2006 Jan 19
5
123 * 3 => 123123123! But why?
Hi all I extended the Globalize Plugin the following way: -------- module Globalize class Currency def conversion_rate code = Locale.active.currency_code rates = { :USD => 1, :CHF => 0.75, :EUR => 1.1, :GBP => 3.1 } value = rates[code.to_sym] raise "No conversion rate found for currency ''#{code}'' (#{Locale.active.language.english_name})!" if value.nil? value end def dollar_part na? ? nil : cents / 100 / conversion_rate...
2008 Sep 29
0
[LLVMdev] Architecture Dependency of LLVM bitcode (was Re: compile linux kernel)
...are legitamate cases where you want to perform arithmetic and comparisons on pointers that the semantics of GEP make illegal so the only way to do so in a target independent way is to either cast to an int you hope is >= than any pointer, or violate the GEP semantics (which is generally works). GBP instruction (GetBasePointer). The inverse of a GEP. A GEP selects an offset into a object in a target independent way based on the type. What GBP would do would be to get a pointer to the base of an object based on a pointer to field, a type, and the same specifier as the GEP would use to get th...
2006 Feb 09
3
[JOB] RoR/PHP Developer needed - London, SW2
NO AGENCIES PLEASE With that out the way, we (http://www.firebox.com) are looking for a web developer to join our existing small development team. Here''s the posting from our website[1]: ==== Web Developer (ref W200) Reporting to: Technical Director This permanent, full-time role involves developing the Firebox website and internal admin tools. You will be working in a small team on
2009 Sep 16
4
G729
I have problemin g729 codec compatibility,I get the g729 module from http://asterisk.hosting.lv/ and I have Asterisk 1.4.22-3 RPM What g729 module should I download ? I already downloaded codec_g723-ast14-icc-glibc-pentium4.so [trixbox1.localdomain asterisk]# cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 15 model : 4 model
2011 Jan 07
1
Currency return calculations
.../30/2010", "12/29/2010", "12/28/2010", "12/27/2010","12/24/2010", "12/23/2010", "12/22/2010", "12/21/2010", "12/20/2010"), USD  = c(112.05, 112.9, 110.85, 109.63, 108.08, 111.23, 112.49, 108.87, 109.33, 111.88), GBP  = c(171.52, 168.27,169.03, 169.64, 169.29, 169.47, 170.9, 168.69, 170.9, 169.96), EURO = c(42.71, 42.68, 41.86, 44.71, 44.14, 44.58, 41.07, 42.23, 44.55, 41.12), CHF  = c(41.5, 41.47, 42.84, 43.44, 43.69, 42.3, 42.05, 41.23, 42.76, 43.79), AUD  = c(109.55, 102.52, 114.91, 122.48, 122.12, 123.96...
2006 Mar 28
1
What if a webservice is not available = "execution expired" error
...nRate", "FromCurrency", "ToCurrency") rate = service.ConversionRate("CAD",current_currency).to_f rescue sprintf("$%0.2f CAN", can_amt) else case current_currency when "USD" sprintf("$%0.2f US", can_amt*rate) when "GBP" sprintf("?%0.2f", can_amt*rate) when "EUR" sprintf("?%0.2f", can_amt*rate) when "AUD" sprintf("$%0.2f AUS", can_amt*rate) when "MXN" sprintf("%0.2f Mx Pesos", can_amt*rate) end end