Code Monkey home page Code Monkey logo

Comments (7)

nassuphis avatar nassuphis commented on July 30, 2024

the log report:

 workflow: sourcing create_cix_uploads
Thu Sep 20 08:38:10 2018 : create_cix_uploads: starting
Thu Sep 20 08:38:14 2018 : create_cix_uploads: sourced utility function
Thu Sep 20 08:38:15 2018 : create_cix_uploads : scraping DUKE position range
Thu Sep 20 08:38:16 2018 : create_cix_uploads : scraping LUKE position range
Thu Sep 20 08:38:17 2018 : create_cix_uploads : scraping DUKE unwind range
Thu Sep 20 08:38:19 2018 : create_cix_uploads : scraping LUKE unwind range
Thu Sep 20 08:38:20 2018 : create_cix_uploads : computing DUKE positions
Thu Sep 20 08:38:21 2018 : create_cix_uploads : computing DUKE unwinds
Thu Sep 20 08:38:28 2018 : create_cix_uploads : computing LUKE positions
Thu Sep 20 08:38:29 2018 : create_cix_uploads : computing LUKE unwinds
Thu Sep 20 08:38:37 2018 : create_cix_uploads : computing futures static
Thu Sep 20 08:38:37 2018 : workflow: finished create_cix_uploads

from pairs.

nassuphis avatar nassuphis commented on July 30, 2024

append2log("create_cix_uploads : computing futures static")
futures<-all_tickers[grepl("^future",ticker_class(all_tickers))]
futures_static<-memo_calc_futures_static(futures)

append2log("create_cix_uploads : fetching position, unwinds, again (todo:check this)")
the_position_range<-get_sheet_position_range(date=the_date,fn=the_file,file_type = the_type)
the_unwind_range<-get_sheet_unwind_range(date=the_date,fn=the_file,file_type = the_type)
the_position<-get_sheet_positions(date=the_date,fn=the_file,file_type=the_type,position_range=the_position_range)
the_unwinds<- get_sheet_unwinds(date=the_date,fn=the_file,file_type=the_type,unwind_range=the_unwind_range)

from pairs.

nassuphis avatar nassuphis commented on July 30, 2024

so computing futures static was the last step

from pairs.

nassuphis avatar nassuphis commented on July 30, 2024

and this appears to be error-out after that.

from pairs.

nassuphis avatar nassuphis commented on July 30, 2024

Thu Sep 27 09:41:39 2018 : workflow: sourcing create_cix_uploads
Thu Sep 27 09:41:39 2018 : create_cix_uploads: starting
Thu Sep 27 09:41:44 2018 : create_cix_uploads: sourced utility function
Thu Sep 27 09:41:47 2018 : create_cix_uploads : scraping DUKE position range
Thu Sep 27 09:41:48 2018 : create_cix_uploads : scraping LUKE position range
Thu Sep 27 09:41:50 2018 : create_cix_uploads : scraping DUKE unwind range
Thu Sep 27 09:41:52 2018 : create_cix_uploads : scraping LUKE unwind range
Thu Sep 27 09:41:54 2018 : create_cix_uploads : computing DUKE positions
Thu Sep 27 09:41:55 2018 : create_cix_uploads : computing DUKE unwinds
Thu Sep 27 09:42:08 2018 : create_cix_uploads : computing LUKE positions
Thu Sep 27 09:42:10 2018 : create_cix_uploads : computing LUKE unwinds
Thu Sep 27 09:42:22 2018 : create_cix_uploads : computing futures static
Thu Sep 27 09:42:23 2018 : workflow error:create_cix_uploads:Error in bds(ffc, "FUT_CHAIN", override = c(CHAIN_DATE = gsub("-", "", :
argument 3 matches multiple formal arguments

Thu Sep 27 09:42:23 2018 : workflow: finished create_cix_uploads

from pairs.

nassuphis avatar nassuphis commented on July 30, 2024

this works some days and not on others

from pairs.

nassuphis avatar nassuphis commented on July 30, 2024
 source_workflow_step("create_cix_uploads")
Error in bds(ffc, "FUT_CHAIN", override = c(CHAIN_DATE = gsub("-", "",  : 
  argument 3 matches multiple formal arguments
In addition: Warning message:
In scrub(as.numeric(r2[, "J"])) :
 Show Traceback
 
 Rerun with Debug
 Error in bds(ffc, "FUT_CHAIN", override = c(CHAIN_DATE = gsub("-", "",  : 
  argument 3 matches multiple formal arguments 

from pairs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.