objectlabkit.sourceforge.netObjectLab-Kit - Introduction

objectlabkit.sourceforge.net Profile

Objectlabkit.sourceforge.net is a subdomain of sourceforge.net, which was created on 1999-08-08,making it 25 years ago. It has several subdomains, such as solexaqa.sourceforge.net hugin.sourceforge.net , among others.

Discover objectlabkit.sourceforge.net website stats, rating, details and status online.Use our online tools to find owner and admin contact info. Find out where is server located.Read and write reviews or vote to improve it ranking. Check alliedvsaxis duplicates with related css, domain relations, most used words, social networks references. Go to regular site

objectlabkit.sourceforge.net Information

HomePage size: 27.458 KB
Page Load Time: 0.534599 Seconds
Website IP Address: 104.18.13.149

objectlabkit.sourceforge.net Similar Website

Introduction to Culinary Arts at Wonecks
introculinary.wonecks.net
TestOil Now - Oil Test Kit - Industry Leading, Professional Oil Analysis Kit & Report (Purchase in q
shop.testoil.com
Pfister Faucets Kitchen & Bath Design Blog | Your introduction to trends and people from the home an
blog.pfisterfaucets.com
Introduction -
sps.ieeemy.org
INTRODUCTION | FreeDOS kernel
kernel.fdos.org
Introduction | Human JavaScript
read.humanjavascript.com
Introduction - nuxt auth docs
auth.nuxtjs.org
Introduction to Digital History – A course page for HIST 209: Introduction to Digital History
digitalhistory.pages.roanoke.edu
Introduction: Greetings and introduction
education.lenardaudio.com
Concord Online Media Kit Builder - Online Media Kit
mediakits.concordmusicgroup.com
Introduction · An Introduction to Elm
guide.elm-lang.org
Introduction to Computer Science in C# — Introduction to Computer Science in C# 30 Nov 2021 document
introcs.cs.luc.edu
MyHeritage Media Kit - MyHeritage Media Kit
media.myheritage.com
Star Tribune Media Kit : Star Tribune Media Kit
mediakit.startribunecompany.com

objectlabkit.sourceforge.net Httpheader

Date: Tue, 14 May 2024 04:05:22 GMT
Content-Type: text/html
Transfer-Encoding: chunked
Connection: keep-alive
vary: Accept-Encoding, Host, Accept-Encoding
last-modified: Tue, 11 Jan 2022 22:55:17 GMT
etag: W/"7885-5d55658d14f6f"
cache-control: max-age=3600
expires: Tue, 14 May 2024 05:05:14 GMT
x-from: sfp-ioweb82-2
CF-Cache-Status: DYNAMIC
Content-Security-Policy: upgrade-insecure-requests
Server: cloudflare
CF-RAY: 88380270ca162716-SJC
alt-svc: h3=":443"; ma=86400

objectlabkit.sourceforge.net Meta Info

content="Benoit Xhenseval" name="author"/
content="20220111" name="Date-Revision-yyyymmdd"/
content="text/html; charset=utf-8" http-equiv="Content-Type"/

objectlabkit.sourceforge.net Html To Plain Text

Last Published: 2022-01-11 | Version: 1.4.8 | ObjectLab Kit datecalc-common | datecalc-jdk | datecalc-joda | utils | fxcalc | report | excel | GitHub | sf.net/projects/objectlabkit Kit Introduction Currency Dates Currency Rates Holiday Handling Tenor Handling JavaDocs Code Metrics Download In the press FAQ Modules Kit Utils Date Calculator Common Date Calc JDK Date Calc JODA Date Calc JDK8 FX Calc Portfolio Kit Utils Excel Kit Utils Report Project Documentation Project Information Continuous Integration Dependencies Dependency Convergence Dependency Information Dependency Management Distribution Management About Issue Tracking Project License Mailing Lists Project Modules Plugin Management Project Plugins Project Team Source Repository Project Summary Project Reports Interesting Projects QALab JTreeMap FlatPack StatSVN ObjectLab Joda Time Quick News Reminder: we have moved to GitHub . 2022-01-11 : version 1.4.8 is out, updated dependencies to remove Security warnings. 2014-08-26 : version 1.4.0 is out and contains a new Immutable and thread safe Currency Calculator. This uses a Builder pattern. You should use this for any calculation for a currency pair, do not forget to register the holidays for each currency prior to getting the calculator. Spot rules for Latin American currencies on T+1 are handled as well as the Arabic currencies with different weekends. More info about Currency Date Calculation and on the changes here . Finally, we are also introducing a new module the ObjectLab Kit FX Calculator use it for determining Cross Currency Market Conventions and calculating FX Cross Rates. 2014-05-26 : version 1.3.0 is out and contains a couple of changes to make the usage of the interfaces more fluent but mainly include a NEW MODULE FOR JDK8. We also officially release the objectlab-utils module for the first time, if you deal with BigDecimal, Collections etc and are fed up with nulls, this is for you! More info on the changes here . 2010-05-10 : version 1.2.0 is out and contains a couple of changes, including the ability to see the registered calendar and unregistering calendars (useful if calendars are dynamic). More info on the changes here . Also, one of the authors is on Twitter, follow your favorite Belgian at http://twitter.com/benoitx . 2007-03-25 : version 1.1.0 is out and contains a couple of changes, a new HolidayHandler and the ability to define a valid range for the holiday (and if the calculation is beyond that range, an exception is thrown). This is done via HolidayCalendar which should replace the simple SetE for holidays. More info on the changes here . ObjectLab Kit Introduction ObjectLab Kit came out of our frustration to have to re-do the same kind of code over and over each time we joined a new company and Bank. Most banks will require basic Date calculation, we did spot another open source project for this but their licence forbids most financial institution from using it. This one is released under the business-friendly Apache 2.0 license. The KIT Date Calculators: JDK implementation , Joda Time implementation , JDK8 implementation The FX Calc for handling Currencies and Rates within the Foreign Exchange business The Utils package for a bunch of very useful classes for Pair, Triplet, BigDecimal, Average, Standard Deviations, Console Menu, Self Caching Collections, etc see implementation The Utils Report package for creating simple ASCII Tabular reports, see here The Utils Excel package for reading and creating simple Excel spreadsheet with Apache POI, see here Getting Started DateCalc comes in 3 different implementations, both run on JDK 1.8 or higher : The vanilla JDK implementation has no external dependencies. The Joda Time implementation , which depends on the Joda Time library (we recommend using this one). The JDK8 implementation , which obviously is compiled with JDK8 and makes use of the new LocalDate. Maven If you’re using Maven, setup is easy, as DateCalc is in the Maven Central Repository. To use the JDK Version: dependency groupIdnet.objectlab.kit/groupId artifactIddatecalc-common/artifactId version1.4.1/version /dependency dependency groupIdnet.objectlab.kit/groupId artifactIddatecalc-jdk/artifactId version1.4.1/version /dependency To use the JODA Version (recommended): dependency groupIdnet.objectlab.kit/groupId artifactIddatecalc-common/artifactId version1.4.1/version /dependency dependency groupIdnet.objectlab.kit/groupId artifactIddatecalc-joda/artifactId version1.4.1/version /dependency To use the JDK8 Version: dependency groupIdnet.objectlab.kit/groupId artifactIddatecalc-common/artifactId version1.4.1/version /dependency dependency groupIdnet.objectlab.kit/groupId artifactIddatecalc-jdk8/artifactId version1.4.1/version /dependency Download the Jars If you are not using Maven, you can download the jars here . Date Calculations? What is that? Apart from the very basic "add days" features, most business have to deal with Holidays and what to do when a calculated day falls on a holiday . This library does not attempt to create or guess the holidays, we all know that some bank holidays can be decided at a moment’s notice in some markets. All financial institutions or big business will have their own official list of ’holidays’ anyway. Furthermore, "weekends" also need to be handled and some market have a different week to the conventional Monday - Friday, our library provides you with full flexibility to design a Working Week. As such a Non-working Day can be a holiday or a ’weekend’. Also note that CurrencyPairs have a specialised calculator as the rules can be ’weird’. See for more info . Ok, what algorithm for handling a holiday do you support? At the moment, we support the following 6 algorithms: Do Nothing , i.e. leave the date as-is, even if it is a non-working day. Forward , if the date is a non-working day, move forward to the next working day. Backward , if the date is a non-working day, move backward to the previous working day. Modified Following , if the date is a non-working day, move forward to the next working day, UNLESS it crosses over a new month, in which case we revert to find the last working day of the current month. Modified Preceeding , if the date is a non-working day, move backward to the previous working day, UNLESS it crosses over a new month, in which case we revert to find the next working day of the current month. ForwardUnlessNegative (new with v1.1.0), acts like a Forward algo unless the increment is negative, in which case it behaves like Backward. See this page for some examples . Main interfaces The main interfaces are: DateCalculator for all Date calculations. PeriodCountCalculator for all day, month and year diff calculations. IMMDateCalculator for all IMM calculations (International Money Market). Here are the examples of how to get a DateCalculator "forward" for the "UK" holidays (if you have registered the holidays). The WorkingWeek is Mon-Fri by default. JDK 2 implementations for Pure ’old’ JDK have been released Calendar : Date : JODA 2 implementations for Joda have been released LocalDate (recommended): YearMonthDay : JDK8 1 implementations for JDK8 has been released LocalDate : How do I use it? There are several steps Register holidays in the factory by calling registerHolidays(final String name, HolidayCalendarDate holidays) Use the factory to get a DateCalculator with a given Handler (forward/backward etc), it is a disposable object that should not be shared accross threads, each thread should get its own! when you get a DateCalculator, you can set the startDate, this sets the currentDate too. The startDate does not move. The current date is the result of your calculations. If the startDate is a non-working day, it may be moved automatically according to the HolidayHandler. when you call moveByDays(..), moveByBusinessDays(..), moveByTenor the currentDate is moved in the Calculator. Using Joda CurrencyDateCalculator Using Joda CurrencyDateCalculator with Builder...

objectlabkit.sourceforge.net Whois

Domain Name: SOURCEFORGE.NET Registry Domain ID: 8919427_DOMAIN_NET-VRSN Registrar WHOIS Server: whois.godaddy.com Registrar URL: http://www.godaddy.com Updated Date: 2022-11-18T06:36:53Z Creation Date: 1999-08-08T04:48:02Z Registry Expiry Date: 2024-08-08T04:47:54Z Registrar: GoDaddy.com, LLC Registrar IANA ID: 146 Registrar Abuse Contact Email: abuse@godaddy.com Registrar Abuse Contact Phone: 480-624-2505 Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited Name Server: NS11.CONSTELLIX.COM Name Server: NS21.CONSTELLIX.COM Name Server: NS31.CONSTELLIX.COM Name Server: NS41.CONSTELLIX.NET Name Server: NS51.CONSTELLIX.NET Name Server: NS61.CONSTELLIX.NET DNSSEC: unsigned >>> Last update of whois database: 2024-05-17T18:58:06Z <<<