FINCAD Developer v10 Release Notes

Size: px
Start display at page:

Download "FINCAD Developer v10 Release Notes"

Transcription

1 FINCAD Developer v10 Release Notes

2 FINCAD Developer v10 Release Notes Software Version: FINCAD Developer 10.0 Release Date: November 6, 2006 Document Revision Number: 1.0

3 Disclaimer FinancialCAD Corporation ( FINCAD ) makes no warranty either express or implied, including, but not limited to, any implied warranties of merchantability or fitness for a particular purpose regarding these materials, and makes such materials available solely on a as-is basis. In no event shall FINCAD be liable to anyone for special, collateral, incidental, or consequential damages in connection with or arising out of purchase or use of these materials. This information is subject to change without notice. FINCAD assumes no responsibility for any errors in this document or their consequences, and reserves the right to make improvements and changes to this document without notice. Copyright Copyright FinancialCAD Corporation All rights reserved. Trademarks FinancialCAD and FINCAD are registered trademarks of FinancialCAD Corporation. Other trademarks are the property of their respective holders. FinancialCAD Corporation makes no warranties, express or implied, in this summary. Revisions Every effort has been made to ensure the accuracy of this document. FINCAD regrets any errors and omissions that may occur and would appreciate being informed of any errors found. FINCAD will correct any such errors and omissions in a subsequent version, as feasible. Please contact us at: FINCAD Central City, Suite nd Avenue Surrey, BC V3T 5X3 Canada Document Information Document Name: FINCAD Developer v10 Release Notes Revision: November 6, 2006

4 FINCAD Developer v10.0 Release Notes Changes...5 C++ API... 5 Error Handling... 5 Input Validation... 5 Corrections...6 C# samples... 6 aacredit_dswap Header files... 6 Data type inconsistencies in older functions... 6 Notices...7 Static version of the math library... 7 Documentation... 7 Favorites Category... 7 Java Samples... 7 Analytics - algorithms...8 Analytics specs...13

5 Changes C++ API A new interface is now available for C++ programmers. The previous interface is still available for C programmers and C++ developers who have built their own wrappers based on the older interface. The new C++ interface uses a class called fincad::matrix for passing array inputs. This array class is easier to work with than the XLOPER data structure. The interface also provides enumerated data types for switch inputs and throws exceptions rather than returning error codes, which is the standard convention in C++. Error Handling A new error lookup function called GetErrorString has been added to the library. This routine will return the error text associated with a given error code. It is useful as a tool for providing more meaningful error messages for users of applications developed using FINCAD Developer. Input Validation Input validation has been improved in functions which have a reset rate table as an input. FINCAD Developer v10 Release Notes Copyright

6 Corrections C# samples The C# multi-threaded sample application is now compatible with.net 2.0. aacredit_dswap2 The function now works the same way in FINCAD XL and FINCAD Developer when the rate_recover input table is a single cell regardless of whether the XLOPER data structure was setup as a single cell or an array with one element when calling the function using the C interface. Header files The fc.h header file has been standardized so that it is identical across all supported platforms for the FINCAD Developer product. (Windows, Solaris, Linux and HP-UX) Data type inconsistencies in older functions A number of older or obsolete functions have minor data type corrections where a switch input has been changed from a double data type to an integer data type. This was necessary, in order to be able to provide enumerated data types for switch inputs. The older functions affected by these changes are aaamb_cfs, aabl, aabl_sim, aabs, aabsdcf, aabsdcf_sim, aabs_sim, aacdf, aacdf_cval, aacdf_repo, aacdf_sim, aaconvert_cmpd, aadate_skip, aaeqty_fwd, aafixleg_cd_cfx, aafixleg_cdi, aaflleg_cd_cfx, aaflleg_cdi, aafra, aafrai, aafxfwd, aafxfwd_repo_d, aafxfwd_repo_f, aafxfwd_sim, aagkec_d, aagkec_d_sim, aagkec_f, aagkec_f_sim, aagk_iv_ec_d, aagk_iv_ec_f, aaratefwd, aaratefwd_crv, aaratefwdl, aaratefwd_spot, aaspot_rate, aaswpcd_bmrk, aaswpcdi, aaswp_cpnl, aaswp_fs_cpn, aaswpncdbli, aaswpncdbl_iv, aacompound, aavlt_h. The same corrections were done to the following obsolete functions aabin_yld, aabin_yld_iv, aabin_yld_sim, aadates1, aadates2, aadsf_par, aadsf_repo, aadsf_strip, aadsf_tail, aafixleg_bpvt, aafixleg_fs_bpvt, aafixleg_fs_cfx, aafixleg_fsi, aafixlegi, aaflleg_bpvt, aaflleg_fs_bpvt, aaflleg_fs_cfx, aaflleg_fsi, aafllegi, aafra_dfl, aafut_dfl, aaiam, aaiamf_repo, aaiamf_tail, aaiam_sim, aaiam_y, aaiam_ybm, aainteg_dfcrv, aainteg_dfcrv2, aalcb_cfs, aalcb_ybm FINCAD Developer v10.0 Release Notes Copyright

7 Notices Static version of the math library A static version of the math library is now available. We expect that most users will prefer to continue working with the DLL version of the library since using the static version requires some additional setup work. See the new document about using the static library for more information about it. Documentation A readme file is now available which describes library dependencies on C++ runtime libraries. Favorites Category A new document is available that describes how the Favorites Category works in the Function Finder. It can be accessed through the help menu. Java Samples Two Java sample programs, ShowSwpi.java and ShowSwpnBLi.java were not updated to reflect the data type changes outlined in the previous section. The generated example also initializes the reset_rate table input using a different format then it did previously and this will also require an update to these sample programs. FINCAD Developer v10.0 Release Notes Copyright

8 Analytics - algorithms _ix functions aabin_curve_dcf, aabin_curve_strike, aabin_curve_strike_dcf The _ix family of functions have been updated to provide better results by improving the root-finding algorithm. The function produced odd results when the volatility and timesteps were low. This has been fixed by introducing a new internal routine that checks that ensure sufficient time steps are used. The function will now only #VALUE! if the required number of steps is greater than 15,000. These functions would give the wrong accrued interest for any sw_331 value > 10 and accrued was 0 if a date of first coupon is given with no dated date; this has been fixed. aabond_dk* aabond_jp* The ex-dividend conventions have been corrected. Accrued interest in the first accrual period was incorrect; this has been fixed by changing the d_dated input to d_issue ="Initial settle date" in aabond_jp_accrued, aabond_jp_cf, aabond_jp_p, aabond_jp_p2, aabond_jp_y, aabond_jp_yields, and aabond_jp_yields_p. aabond_tbl_index_* "Number of days of accrued" statistic added. aabond3* All functions now able to point to the correct table if validation fails. aabsdcf The calculation of theta has been corrected to include the dd/dt N(d1) term coming from differentiating the dcf call price with respect to t. aabsg The function now forces accrual methods > 5 to 1. aabsg_iv The function now forces accrual methods > 5 to 1. aacallbond_dgen_oas The function would sometimes fail to converge to a solution; this has been fixed. The bond price must still < call price as it is impossible to find a spread (negative or positive) to match the price in this instance. aacallbond_dgen_p aacdo_st_ds* aacdo_st_ds*_cf The function now outputs, as the 13th item, days of accrued interest. A more specific error message is now displayed when default probability curve table values are > 1. The function did not return #VALUE! when the correlation type = base correlation and the type of premium notional adjustment in the tranche table varies for different tranches. This has been corrected. FINCAD Developer v10.0 Release Notes Copyright

9 aacdo_st_ds*_p aacdo_st_ds*_prem_cf aacdo_st_ds*prem_cf The function did not return #VALUE! when the correlation type = base correlation and the type of premium notional adjustment in the tranche table varies for different tranches. This has been corrected. The functions would #VALUE! sometimes with no inputs violating any restriction; this has been fixed. Converting spot rates into discount factor values is now done against the cash flow dates as accrual method comes into play. Previously, our convention was that when a spot rate is entered as a discount factor curve, a discount factor curve is built first. This DF curve is a two row DF curve (d_v, 1) and (d_t, df). Interpolation was used to get discount factors for any other date points. The discount factors interpolated this way were slightly different from those calculated directly from the rates for each date point if the accrual method in the rate curve is different from that of the coupon. aacdo_st_ds*prem_cf The function did not #VALUE! when time in years in the Default Probability - Basket Default Curve table is not greater than 0; this has been corrected. aacdo_st_ds_base_ic When the last date in the discount factor curve = terminating date (or not a full year later than the terminating date), the function would #VALUE!; this has been corrected. aacdo_st_ds_dgen_fl_p The function will no longer #VALUE! when "type of premium notional adjustment" is not the same for all tranches. aacdo_st_ds_dgen_fl_prem_cf The "no default interests of cash flow periods" outside of Coupon Period 1 were incorrect when output table type 4 was selected; this has been fixed. aacdo_st_ds_fl_p aacdo_st_ds_p aacdo_st_ds_p aacdo_st_ds_p aacdo_st_ds_p A generic message is displayed if notional in the tranche table is < 0. The function now returns #VALUE! and gives correct error message. The defaulted entities did not affect the tranche size, notional, and loss. This has been fixed. Would #VALUE! when Basket Default Curve is a datebased default probability curve; this has been fixed. Theta did not match manual calculation results where value date is one day prior to the next cashflow date; this has been fixed. The function did not return #VALUE! when switches in the "calculation parameters and premium accrual type" table were out of range; this has been corrected. FINCAD Developer v10.0 Release Notes Copyright

10 aacdo_st_ds_std_prem_cf When number of defaults up to valuation is set out of range and results #VALUE! with an error message addressing the basket table instead of showing restriction message; A new validation function has been implemented to check restriction 151. aacdo_st_ds_std_risk A generic error message was returned when type of tranche definition is set to 2 (actual dollar amount) and tranche table is set to proportional to notional; this has been fixed. aacdo_st_ds_std_risk aacdo_st_ds_std_risk aacds* The function now returns #VALUE! when premium accrual type from t_1146 is out of range. The generic error message when num_dflt < 0 has been replaced with a more complex function to validate 151 instead of general error code 15. Now give specific error message and point to the correct table when a restriction in the 'Default Curve' or 'Default Curve Parameter' table has been violated. aacds* aacds_bin* Functions would #VALUE! when the default curve table was time-based and term strings were employed; this has been fixed. Functions aacds_bin, aacds_bin_opt_iv, and aacds_bskt_bin_opt_iv would #VALUE! when discount factor curve table was not in the 2 column/multiple row format; this has been corrected. aacds_bin* The functions would #VALUE! when Calculation Parameters table was a single cell; this has been corrected. aacds_bin_opt* aacds_bskt_bin_opt The function would #VALUE! for different contract dates table formats; this has been fixed. When value date was set to be less than first date in df curve, the function would #VALUE! and validation targeted the holiday list instead of df curve. This has been fixed. FINCAD Developer v10.0 Release Notes Copyright

11 aacds_bskt_bin_opt_iv The restriction for the accrual method in default curve parameter table was missing; has been fixed. aacds_bskt_bin_opt_iv The function would #VALUE! when the discount factor curve was a single cell; this has been fixed. aacds_bskt_bin_risk The function would #VALUE! when using a date-based default probability curve; this has been fixed. aacds_bskt_bin_risk The function no longer returns #VALUE! when using a 2 column single element correlation matrix. aacds_cf The premium interest cash flow table results were incomplete; this has been fixed. aacds_index* Theta did not match manual calculation results when calculation method selected = "1" (simplied calculation method); this has been fixed. aacds_index_std* aacds_index_std_opt aacds_index_std_opt aacds_index_std_opt aacds_opt The function now returns #VALUE! and points to the right cell when the number of defaulted reference entities > number of reference entities in the initial pool. The function would #VALUE! with valid 5, 6, and 7 entry CDS Contract Dates tables; this has been fixed. Validation issues in the "CDIS Contract Dates" table have been fixed; the last sentence of note 606 has been updated. The function would #VALUE! sometimes with 2 column/multirow discount factor curve; this has been fixed. The function now displays specific error message when the Expiry Date of Option input field is violated. FINCAD Developer v10.0 Release Notes Copyright

12 aacds_opt aacds_std aaconvert_cmpd2 aaconvertible* aacredit_bond_dgen_p aacredit_bond_p aacredit_bond_p aacredit_dfltprob_bond2 aacredit_dfltprob_dssprd_std aacredit_dfltprob_dssprd_std aacredit_dfltprob_dssprd_std aacredit_dfltprob_dssprd_std The function would #VALUE when reference type = 2 (bond) and reference table = 9-col table (bond table); this has been fixed. The function would return #VALUE! when the CDS effective date was later than the value date; this has been fixed. The function's output was incorrect with accrual Act/Act- ISMA99; this has been fixed. Replaced with the aaconvertible2* family of functions which utilize PDE methods rather than trinomial trees. The function now matches aacredit_bond_p and aacredit_bond_fs_p. The d_dated and d_f_cpn fields were reversed; this has been fixed. Using a business day convention caused odd results for bonds maturing on a weekend; this has been fixed. The function would not accept more than one bond with the same maturity even if the price and/or spreads are different; this has been corrected. Validation was added so generic message are no longer given when the input switches are set to out of range. The function now returns #VALUE! when time length in t_492 is set to be negative. Validation now points to correct table and gives specific info when time points are not in ascending order. When interpolation = 2 (exponential) and bootstrapping of default probability curve = constant hazard rate, the DV01 was slightly incorrect; this has been fixed, which affects aacds_std. FINCAD Developer v10.0 Release Notes Copyright

13 Analytics specs aabond_es_p Note 638 has been added to the d_dated input. aabond_strip_p, _cf, _par Changed restriction of "dated date" from "> d_s" to "< d_t". aabond4* Accrual methods NL/365 and act/365l have been added to switch aacallbond_dgen* Updated note 272. aacallbond_dgen_ytw_oas The function would #VALUE! in some ranges; this has been fixed. aacdo_st_ds_dgen_fl_prem_cf #VALUE! when factor loading in the model parameters table are equal to "1". Added restriction "> -1, < 1" to 'factor loading' field in table_1138. aacdo_st_ds_dgen_fl_risk The restriction for model type has been updated to match the number element in the switch. aacdo_st_ds_fl_prem_cf The function reference was missing note 423, which has been added. aacdo_st_ds_std_risk Note 588 is replaced by Note 617. aacds_bin* Note 607 was added to aacds_bin and aacds_bin_opt. aacds_bin_opt_iv The pasted example would #VALUE!. This has been corrected by changing the 'price' input data. aacds_bskt_bin Note 607 was added. aacds_bskt_bin_opt Added note 607 and removed note 428. aacds_bskt_bin_opt_risk Removed note 537 from the reference page as the recovery rate table should not affect the output if default curve is a default probability curve. aacds_bskt_bin_opt_risk Replaced note 428 with note 607. aacds_bskt_opt_iv Argument name in Note 621 has been updated. aacds_bskt_risk Note 425 has been changed to address a #VALUE! in some cases where the credit correlation matrix is in single element format. aacds_cf Restrictions have been added to the calculation parameters, table t_1176. aacds_cf The output table in the Pasted Example has been fixed. aacds_cf aacds_cf Updated the note for recovery rate table from 403 to 522. Added restrictions to switch elements in table_1176 and table_2045 (calculation parameters). aacds_index_std_opt Note 606 has been updated to say "It can be a 1 to 7 entries table." aacds_opt_iv Added note 86. aacompound Changed label of d_exp_u to "expiry date of underlying option" from "expiry date of CDS". FINCAD Developer v10.0 Release Notes Copyright

14 aacredit_bond_dgen_p To ensure the function validates the stat list, the restriction ID for 'stat ' was changed from 521 to 121. aacredit_dfltprob_dssprd_std Note 187 has been updated. aacredit_dfltprob_dssprd2 Updated restrictions in table_1039. aacredit_ds_firstloss_delta Added note 190. aacredit_ds_firstloss_delta Added restriction 782 to notional_adj. aacredit_fwd_spread_crv Added note 210 to the function reference. aaeso_hw_enhanced2_p Changed data type of 'volatility' to 'rate' in the pasted example. aaeso_hw_enhanced2_tbl Changed data type of 'volatility' to 'rate' in the pasted example. aafrn_arrears_dgen_iv The pasted example would #VALUE!. This has been corrected by changing the 'price' input data. aafrn_arrears_dgen_p Changed data type of "current coupon" in table_435 from "rate" to "number". aafrn_cm_dgen_iv The pasted example would #VALUE!. This has been corrected by changing the 'price' input data. aafrn_cm_dgen_p Changed data type of "current coupon" in table_435 from "rate" to "number". aafrn2_dgen The modified duration in the pasted example looked unintuitive; this has been fixed by updating the sample data to include a principal repayment of 80 at maturity and updating cash flow dates. aafrn3_dgen The modified duration in the pasted example looked unintuitive; this has been fixed by updating the sample data to include a principal repayment of 80 at maturity and updating cash flow dates. aageo_aver_strk Changed the 'average price' restriction from "> 0" to ">= 0" aageo_aver_strk Changed restriction for 'average price' from "> 0" to ">= 0". aambs2* These functions were not validating the date table (table_798); it is now using the correct restriction. aambs2_frm_p Note 263 has been updated. aaswap_crv_avg The missing restriction for effecitve date in yield curve has been added. aaswap_crv_avg Changed "see note 210" to "see note 303". aaswap_crv_avg Removed restriction 401 from "yield curve" input. Changed restriction 401 of "swap curve" input to new restriction 403. aaswapaccrual_extend_p The function was using an unknown restriction ID for the fixed and floating leg holiday lists; this has been fixed. FINCAD Developer v10.0 Release Notes Copyright

FINCAD Developer v10.1 Release Notes

FINCAD Developer v10.1 Release Notes FINCAD Developer v10.1 Release Notes FINCAD Developer v10.1 Release Notes Software Version: FINCAD Developer v10.1 Release Date: May 15, 2007 Document Revision Number: 1.0 Disclaimer FinancialCAD Corporation

More information

FINCAD ANALYTICS SUITE 2009 FOR EXCEL User Guide

FINCAD ANALYTICS SUITE 2009 FOR EXCEL User Guide FINCAD ANALYTICS SUITE 2009 FOR EXCEL User Guide FINCAD ANALYTICS SUITE 2009 FOR EXCEL User Guide Software Version: 2009.2 FINCAD makes no warranty either express or implied, including, but not limited

More information

FINCAD ANALYTICS SUITE 2016 FOR EXCEL. Date: October 2015

FINCAD ANALYTICS SUITE 2016 FOR EXCEL. Date: October 2015 FINCAD ANALYTICS SUITE 2016 FOR EXCEL Date: October 2015 Disclaimer FINCAD makes no warranty either express or implied, including, but not limited to, any implied warranties of merchantability or fitness

More information

QuantLib User Meeting 30 November Deriscope. by Ioannis Rigopoulos, owner of deriscope.com

QuantLib User Meeting 30 November Deriscope. by Ioannis Rigopoulos, owner of deriscope.com QuantLib User Meeting 30 November 2017 Deriscope by Ioannis Rigopoulos, owner of deriscope.com Part 1 Architecture 1 The grand idea Map the compile-time C++ classes and respective run-time objects to User

More information

Upgrading BankLink Books

Upgrading BankLink Books Upgrading BankLink Books Contents Upgrading BankLink Books... 4 Upgrading BankLink Books using the automatic upgrade 4 Upgrading BankLink Books when asked to upgrade 5 Upgrading BankLink Books Page 2 of

More information

TI-83 Plus Solve It!

TI-83 Plus Solve It! ti TI-83 Plus Solve It! Getting Started What is the Solve It! Application? What You Need Where to Find Installation Instructions How To Start and Quit the Application Use the Application Delete the Application

More information

TI-30Xa SOLAR School Edition

TI-30Xa SOLAR School Edition TI TI-30Xa SOLAR School Edition Important Texas Instruments makes no warranty, either express or implied, including but not limited to any implied warranties of merchantability and fitness for a particular

More information

Getting Started with LabVIEW

Getting Started with LabVIEW Getting Started with LabVIEW A guide to using LabVIEW with RTD Windows Drivers User s Manual SWM-640070002 Rev. A RTD Embedded Technologies, Inc. AS9100 and ISO 9001 Certified RTD Embedded Technologies,

More information

Enabling ARM Instrumentation for Platform LSF and Platform Process Manager for SAS. November 2006

Enabling ARM Instrumentation for Platform LSF and Platform Process Manager for SAS. November 2006 Enabling ARM Instrumentation for Platform LSF and Platform Process Manager for SAS November 2006 Copyright Document redistribution and translation Internal redistribution Trademarks Third-party license

More information

Class Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E

Class Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E Class Oracle FLEXCUBE Universal Banking Release 12.0 [May] [2012] Oracle Part Number E51465-01 Table of Content Class 1. ABOUT THIS MANUAL... 1-1 1.1 INTRODUCTION... 1-1 1.2 AUDIENCE... 1-1 1.3 ORGANIZATION...

More information

CYMA IV. Accounting for Windows. CYMA IV Getting Started Guide. Training Guide Series

CYMA IV. Accounting for Windows. CYMA IV Getting Started Guide. Training Guide Series CYMA IV Accounting for Windows Training Guide Series CYMA IV Getting Started Guide November 2010 CYMA Systems, Inc. 2330 West University Drive, Suite 4 Tempe, AZ 85281 (800) 292-2962 Fax: (480) 303-2969

More information

IVI-3.12: Floating Point Services Specification

IVI-3.12: Floating Point Services Specification IVI Interchangeable Virtual Instruments IVI-3.12: Floating Point Services Specification April 2008 Edition Revision 1.0 Important Information Warranty Trademarks The Floating Point Services Specification

More information

Sep 13, :44 pm Prepared by MBS Capital Markets Page 1 SOURCES AND USES OF FUNDS

Sep 13, :44 pm Prepared by MBS Capital Markets Page 1 SOURCES AND USES OF FUNDS Sep 13, 2017 4:44 pm Prepared by MBS Capital Markets Page 1 SOURCES AND USES OF FUNDS Dated Date 09/29/2017 Delivery Date 09/29/2017 Sources: Bond Proceeds: Par Amount 14,548,000.00 Other Sources of Funds:

More information

AppHeader User s Guide Version 1.0

AppHeader User s Guide Version 1.0 Version 1.0 Important information Texas Instruments makes no warranty, either expressed or implied, including but not limited to any implied warranties of merchantability and fitness for a particular purpose,

More information

TI Connect CE Software

TI Connect CE Software TI Connect CE Software This guidebook applies to version 5.2. To obtain the latest version of the documentation, go to education.ti.com/guides. Legal Information Important Information Texas Instruments

More information

powerone For the Palm Computing Platform

powerone For the Palm Computing Platform powerone For the Palm Computing Platform powerone 1 Infinity Softworks Table of Contents TABLE OF CONTENTS... 1 GENERAL INFORMATION... 3 THE POWERONE CALCULATOR... 3 THE DISPLAY... 3 THE PALM DEVICE...

More information

TI Connect CE Software

TI Connect CE Software TI Connect CE Software This guidebook applies to version 5.2. To obtain the latest version of the documentation, go to education.ti.com/go/download. Legal Information Important Information Texas Instruments

More information

Using LSF with Condor Checkpointing

Using LSF with Condor Checkpointing Overview Using LSF with Condor Checkpointing This chapter discusses how obtain, install, and configure the files needed to use Condor checkpointing with LSF. Contents Introduction on page 3 Obtaining Files

More information

TI-83 Plus CellSheet Application

TI-83 Plus CellSheet Application TI TI-83 Plus CellSheet Application Getting Started Start here How To Enter data Create charts Edit data Import and export data Examples Scatter chart Bar chart Pie chart Linear regression Gravity Simple

More information

Microsoft Dynamics GP Release Integration Guide For Microsoft Retail Management System Headquarters

Microsoft Dynamics GP Release Integration Guide For Microsoft Retail Management System Headquarters Microsoft Dynamics GP Release 10.0 Integration Guide For Microsoft Retail Management System Headquarters Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable

More information

TI-73 / TI-83 Plus Logic Ladder

TI-73 / TI-83 Plus Logic Ladder TI TI-73 / TI-83 Plus Logic Ladder How To Start and Quit the Application Use On-screen Options and Menus Complete the Factor Activity Complete the Classic Activity Delete the Application More Information

More information

Oracle Binary Code License Agreement for the Java SE Platform Products and JavaFX

Oracle Binary Code License Agreement for the Java SE Platform Products and JavaFX Oracle Binary Code License Agreement for the Java SE Platform Products and JavaFX ORACLE AMERICA, INC. ("ORACLE"), FOR AND ON BEHALF OF ITSELF AND ITS SUBSIDIARIES AND AFFILIATES UNDER COMMON CONTROL,

More information

Graphic Inspector 2 User Guide

Graphic Inspector 2 User Guide www.zevrix.com support@zevrix.com Graphic Inspector 2 User Guide Installation & System Requirements 2 Scanning Files and Folders 2 Checkup Presets 3 File Table and Info Panel 4 Export Data 5 Support 6

More information

Installing Enterprise Switch Manager

Installing Enterprise Switch Manager Installing Enterprise Switch Manager ATTENTION Clicking on a PDF hyperlink takes you to the appropriate page If necessary, scroll up or down the page to see the beginning of the referenced section NN47300-300

More information

Installing Enterprise Switch Manager

Installing Enterprise Switch Manager Installing Enterprise Switch Manager NN47300-300 Document status: Standard Document version: 0401 Document date: 26 March 2008 All Rights Reserved The information in this document is subject to change

More information

Nimsoft Monitor. websphere Guide. v1.5 series

Nimsoft Monitor. websphere Guide. v1.5 series Nimsoft Monitor websphere Guide v1.5 series Legal Notices Copyright 2012, Nimsoft Corporation Warranty The material contained in this document is provided "as is," and is subject to being changed, without

More information

modpoll is a command line based Modbus master simulator and test utility. It is free software.

modpoll is a command line based Modbus master simulator and test utility. It is free software. Read Me Notes Revision 3.4, 2013-01-30 This Read Me file contains last-minute product information for the FieldTalk modpoll utility. modpoll is a command line based Modbus master simulator and test utility.

More information

SUPPORT MATRIX. Comtrade OMi Management Pack for Citrix

SUPPORT MATRIX. Comtrade OMi Management Pack for Citrix Comtrade OMi Management Pack for Citrix : 2.0 Product release date: December 2016 Document release date: July 2017 Legal notices Copyright notice 2017 Comtrade Software. All rights reserved. This document

More information

Agilent ChemStation for UV-visible Spectroscopy

Agilent ChemStation for UV-visible Spectroscopy Agilent ChemStation for UV-visible Spectroscopy Understanding Your Biochemical Analysis Software Agilent Technologies Notices Agilent Technologies, Inc. 2000, 2003-2008 No part of this manual may be reproduced

More information

Java 2 Programmer Exam Cram 2

Java 2 Programmer Exam Cram 2 Java 2 Programmer Exam Cram 2 Copyright 2003 by Que Publishing International Standard Book Number: 0789728613 Warning and Disclaimer Every effort has been made to make this book as complete and as accurate

More information

Core Engine. R XML Specification. Version 5, February Applicable for Core Engine 1.5. Author: cappatec OG, Salzburg/Austria

Core Engine. R XML Specification. Version 5, February Applicable for Core Engine 1.5. Author: cappatec OG, Salzburg/Austria Core Engine R XML Specification Version 5, February 2016 Applicable for Core Engine 1.5 Author: cappatec OG, Salzburg/Austria Table of Contents Cappatec Core Engine XML Interface... 4 Introduction... 4

More information

CBRICS OPERATING GUIDELINES

CBRICS OPERATING GUIDELINES CBRICS OPERATING GUIDELINES JULY 2007 The information contained in this documentation is provided for informational purpose only. While efforts were made to verify the completeness and accuracy of the

More information

Proficy* Workflow. Powered by Proficy SOA BEST PRACTICES

Proficy* Workflow. Powered by Proficy SOA BEST PRACTICES Proficy* Workflow Powered by Proficy SOA BEST PRACTICES Version 1.1 May 2011 All rights reserved. No part of this publication may be reproduced in any form or by any electronic or mechanical means, including

More information

Application Note: NTP server access via SiteManag-

Application Note: NTP server access via SiteManag- Application Note: NTP server access via SiteManag- This guide describes how to set up a Server Relay to be used as NTP (Time) server connection for a device connected to a SiteManager. This guide will

More information

HYCU SCOM Management Pack for Nutanix

HYCU SCOM Management Pack for Nutanix HYCU SCOM Management Pack for Nutanix Product version: 2.5 Product release date: May 2018 Document edition: First Legal notices Copyright notice 2016-2018 HYCU. All rights reserved. This document contains

More information

TI-73 / TI-83 Plus Math by Hand

TI-73 / TI-83 Plus Math by Hand TI TI-73 / TI-83 Plus Math by Hand How To Start and Quit the Application Use On-screen Options and Menus Use Step-by-Step Mode Use Fast Math Mode Use Missing Pieces Mode Delete the Application More Information

More information

Using LPC11Axx EEPROM (with IAP)

Using LPC11Axx EEPROM (with IAP) Rev. 2 1 July 2012 Application note Document information Info Content Keywords LPC11A02UK ; LPC11A04UK; LPC11A11FHN33; LPC11A12FHN33; LPC11A12FBD48; LPC11A13FHI33; LPC11A14FHN33; LPC11A14FBD48; LPC11Axx,

More information

SUPPORT MATRIX. HYCU OMi Management Pack for Citrix

SUPPORT MATRIX. HYCU OMi Management Pack for Citrix HYCU OMi Management Pack for Citrix : 2.0 Product release date: October 2017 Document release data: April 2018 Legal notices Copyright notice 2014-2018 HYCU. All rights reserved. This document contains

More information

Interact QuickBooks Interface Module

Interact QuickBooks Interface Module Instruction Manual Interact QuickBooks Interface Module 51196 2008 by Fairbanks Scales Revision 1.0 07/08 All rights reserved Amendment Record Interact QuickBooks Interface Module DOCUMENT 51196 Manufactured

More information

LoanPro Software Staging Release

LoanPro Software Staging Release 09/14/2016 Welcome to our new Staging Environment! LoanPro Software Staging Release Your company settings and configurations have been copied from your production tenant. This includes all Agent user,

More information

GateManager 5 Customer and License Administration

GateManager 5 Customer and License Administration GateManager 5 Customer and License Administration This guide is intended for an appointed GateManager administrator that administers licenses and accounts for customers on either a Secomea hosted GateManager,

More information

GemBuilder for Java Release Notes

GemBuilder for Java Release Notes GemStone GemBuilder for Java Release Notes Version 3.1.3 November 2016 SYSTEMS INTELLECTUAL PROPERTY OWNERSHIP This documentation is furnished for informational use only and is subject to change without

More information

Rational Number Rampage

Rational Number Rampage TI Rational Number Rampage A software application for the TI-73 Explorer Getting Started Starting and Quitting the Application How To Play Rational Timer Play Rational Match Play Percent Square More Information

More information

TI-73 / TI 83 Plus Rational Number Rampage

TI-73 / TI 83 Plus Rational Number Rampage TI TI-73 / TI 83 Plus Rational Number Rampage Getting Started Starting and Quitting the Application How To Play Rational Timer Play Rational Match Play Percent Square More Information Getting Help Deleting

More information

NVIDIA COLLECTIVE COMMUNICATION LIBRARY (NCCL)

NVIDIA COLLECTIVE COMMUNICATION LIBRARY (NCCL) NVIDIA COLLECTIVE COMMUNICATION LIBRARY (NCCL) DU-08730-210_v01 March 2018 Installation Guide TABLE OF CONTENTS Chapter 1. Overview... 1 Chapter 2. Prerequisites...3 2.1. Software Requirements... 3 2.2.

More information

Oracle Agile Engineering Data Management

Oracle Agile Engineering Data Management Oracle Agile Engineering Data Management Installation Requirements for Enterprise Integration Platform 2.2.2 Part No. E18856-01 April 2011 Copyright and Trademarks Copyright 1995, 2011, Oracle and/or

More information

TI-73 / TI 83 Plus Guess My Coefficients

TI-73 / TI 83 Plus Guess My Coefficients TI TI-73 / TI 83 Plus Guess My Coefficients Getting Started Starting and Quitting the Application How To Use On-Screen Options and Menus Change Game Options Select a Game Enter Coefficients and Constants

More information

Lippert Quoting Application Help Document

Lippert Quoting Application Help Document Lippert Quoting Application Help Document Introduction The purpose of the quoting application is to enable a user to generate specifications about a new configuration and submit the specifications so that

More information

Release Notes. Lavastorm Analytics Engine 6.1.3

Release Notes. Lavastorm Analytics Engine 6.1.3 Release Notes Lavastorm Analytics Engine 6.1.3 Lavastorm Analytics Engine 6.1.3: Release Notes Legal notice Copyright THE CONTENTS OF THIS DOCUMENT ARE THE COPYRIGHT OF LIMITED. ALL RIGHTS RESERVED. THIS

More information

Oracle Binary Code License Agreement for Java Secure Sockets Extension for Connected Device Configuration 1.0.2

Oracle Binary Code License Agreement for Java Secure Sockets Extension for Connected Device Configuration 1.0.2 Oracle Binary Code License Agreement for Java Secure Sockets Extension 1.0.3 for Connected Device Configuration 1.0.2 ORACLE AMERICA, INC. ("ORACLE"), FOR AND ON BEHALF OF ITSELF AND ITS SUBSIDIARIES AND

More information

There are only a few controls you need to learn about in order to use Black Cat Timer:

There are only a few controls you need to learn about in order to use Black Cat Timer: Black Cat Timer 1.0.0b1 October 6, 2001 Black Cat Timer is a timing and scheduling program for the Macintosh. The registration fee is only $9.99. You re free to evaluate Black Cat Timer for 30 days, after

More information

Oracle Adapter for Salesforce Lightning. Winter 18. New Feature Summary

Oracle Adapter for Salesforce Lightning. Winter 18. New Feature Summary Oracle Adapter for Salesforce Lightning Winter 18 New Feature Summary TABLE OF CONTENTS REVISION HISTORY... 3 OVERVIEW... 4 ORACLE ADAPTER FOR SALESFORCE LIGHTNING... 4 LIGHTNING TRANSACTION UI... 4 File

More information

Aellius LynX Office Lookup Enhancements

Aellius LynX Office Lookup Enhancements Aellius LynX Office Lookup Enhancements August 2013 COPYRIGHT LynX Office Enhancements Copyright 2013, Aellius Professional Research & Consulting, LLC. All rights reserved. LynX Business Integrator (the

More information

Quick Data Loader. Balance Point Technologies, Inc. Quick Data Loader. User Guide. Certified MAX Integrator

Quick Data Loader. Balance Point Technologies, Inc.  Quick Data Loader. User Guide.  Certified MAX Integrator Balance Point Technologies, Inc. www.maxtoolkit.com Quick Data Loader User Guide 1 P a g e Copyright Manual copyright 2017 Balance Point Technologies, Inc. All Rights reserved. Your right to copy this

More information

HYCU SCOM Management Pack for F5 BIG-IP

HYCU SCOM Management Pack for F5 BIG-IP HYCU SCOM Management Pack for F5 BIG-IP Product version: 5.3 Product release date: March 2018 Document edition: Second Legal notices Copyright notice 2015-2018 HYCU. All rights reserved. This document

More information

Symantec Enterprise Security Manager Modules for Oracle Release Notes

Symantec Enterprise Security Manager Modules for Oracle Release Notes Symantec Enterprise Security Manager Modules for Oracle Release Notes Release 5.0 for Symantec ESM 9.0 and 10.0 For Red Hat Enterprise Linux, HP-UX, AIX, Solaris, and Windows Symantec Enterprise Security

More information

DATASHEET 4D SYSTEMS. 4D Arduino Adaptor Shield TURNING TECHNOLOGY INTO ART. 4Display-Adaptor-Shield

DATASHEET 4D SYSTEMS. 4D Arduino Adaptor Shield TURNING TECHNOLOGY INTO ART. 4Display-Adaptor-Shield TURNING TECHNOLOGY INTO ART DATASHEET 4Display-Adaptor-Shield Document Date: 20 th November 2012 Document Revision: 1.0 Uncontrolled Copy when printed or downloaded. Please refer to the 4D Systems website

More information

Expense Management Asset Management

Expense Management Asset Management Expense Management Asset Management User Guide NEC NEC Corporation November 2010 NDA-31136, Revision 1 Liability Disclaimer NEC Corporation reserves the right to change the specifications, functions, or

More information

TI-73 / TI-83 Plus StudyCards Viewer

TI-73 / TI-83 Plus StudyCards Viewer ti TI-73 / TI-83 Plus StudyCards Viewer Getting Started Using the StudyCards Viewer How To View a Stack with Levels of Difficulty View a Multiple Choice Stack View a Self-check Stack Display Results Send

More information

GPA Migration Guide

GPA Migration Guide Diablo BTU Calculator 2.0 GPA 2145-09 Migration Guide Copyright 2008, Diablo Analytical, Inc. Diablo Analytical BTU Calculator 2.0 Software GPA 2145-09 Migration Guide Copyright 2008, Diablo Analytical,

More information

Data Deduplication Metadata Extension

Data Deduplication Metadata Extension Data Deduplication Metadata Extension Version 1.1c ABSTRACT: This document describes a proposed extension to the SNIA Cloud Data Management Interface (CDMI) International Standard. Publication of this

More information

Driver Australia Three

Driver Australia Three Deal Name: Driver Australia Three Issuer: Perpetual Corporate Trust Limited (ABN 99 000 341 533) of Level 18, 123 Pitt Street, Sydney NSW 2000 Australia in its capacity as trustee of the Driver Australia

More information

HP Web Jetadmin 8.0 Credential Store Feature

HP Web Jetadmin 8.0 Credential Store Feature HP Web Jetadmin 8.0 Credential Store Feature Table of Contents: Overview...1 The Credential Store...1 Interacting with the Credential Store...2 Configuration of Device Credentials...2 Example...3 Credential

More information

Asset Liability Management

Asset Liability Management Asset Liability Management INDEX OVERVIEW 3 REPORTS 11 USER 102 PROGRAM OPERATION 282 APPENDIX 368 2005 Information Technology, Inc. All rights reserved. Premier is a registered trademark of Information

More information

TI-83 Plus What Is My Angle?

TI-83 Plus What Is My Angle? ti TI-83 Plus What Is My Angle? Getting Started What Is What Is My Angle? What You Need Where to Find Installation Instructions How To Start and Quit the Application Use the Application Delete the Application

More information

AN5016. Trigonometry approximations. Document information

AN5016. Trigonometry approximations. Document information Rev. 2.0 21 June 2016 Application note Document information Info Content Abstract This application note documents mathematical approximations to inverse trigonometric functions used in the NXP Sensor Fusion

More information

Actian Hybrid Data Conference 2017 London Actian Corporation

Actian Hybrid Data Conference 2017 London Actian Corporation Actian Hybrid Data Conference 2017 London 1 2017 Actian Corporation Disclaimer This document is for informational purposes only and is subject to change at any time without notice. The information in this

More information

TI-73 / TI-83 Plus Number Curiosities

TI-73 / TI-83 Plus Number Curiosities TI TI-73 / TI-83 Plus Number Curiosities How To Start and Quit the Application Use the Application Delete the Application More Information Error Recovery 11/1/01 2001 Texas Instruments Important Information

More information

Veritas Disaster Recovery Advisor Release Notes

Veritas Disaster Recovery Advisor Release Notes Veritas Disaster Recovery Advisor Release Notes AIX, ESX, HP-UX, Linux, Solaris, Windows Server 6.0 2 Veritas Disaster Recovery Advisor Release Notes Legal Notice Copyright 2012 Symantec Corporation. All

More information

Release Notes for Platform Process Manager. Platform Process Manager Version 8.2 May 2012

Release Notes for Platform Process Manager. Platform Process Manager Version 8.2 May 2012 Release Notes for Platform Process Manager Platform Process Manager Version 8.2 May 2012 Copyright 1994-2012 Platform Computing Corporation. Although the information in this document has been carefully

More information

Analog & Digital Output Module Quick Start Guide

Analog & Digital Output Module Quick Start Guide Diablo EZReporter Analog & Digital Output Module Quick Start Guide Copyright 2012, Diablo Analytical, Inc. Diablo Analytical EZReporter Software Analog & Digital Output Module Quick Start Guide Copyright

More information

Credit risk, credit crunch and capital structure SESM 2009

Credit risk, credit crunch and capital structure SESM 2009 Credit risk, credit crunch and capital structure SESM 2009 Svetlana Boyarchenko University of Texas at Austin June 7, 2009 S. Boyarchenko (UT Austin) SESM June 7, 2009 1 / 28 Motivation Predicting corporate

More information

TI-SmartView Emulator Software for the TI-84 Plus Family (Windows and Macintosh )

TI-SmartView Emulator Software for the TI-84 Plus Family (Windows and Macintosh ) TI-SmartView Emulator Software for the TI-84 Plus Family (Windows and Macintosh ) Important Information Texas Instruments makes no warranty, either express or implied, including but not limited to any

More information

DAWG v1.0 Manual. 2 Using the Application Spell Checker Puzzle Solver Anagram Maker Word Families...

DAWG v1.0 Manual. 2 Using the Application Spell Checker Puzzle Solver Anagram Maker Word Families... DAWG v1.0 Manual 1 Introduction...1 1.1 Important Information...1 1.2 Installing the Application...1 1.3 Starting and Quitting...1 2 Using the Application...2 2.1 Spell Checker...2 2.2 Puzzle Solver...2

More information

Conference call October 26, :00 / Helsinki 08:00 / New York 1 Nokia 2016 Q3 2017

Conference call October 26, :00 / Helsinki 08:00 / New York 1 Nokia 2016 Q3 2017 Conference call October 26, 2017 15:00 / Helsinki 08:00 / New York 1 Nokia 2016 Q3 2017 Disclaimer It should be noted that Nokia and its business are exposed to various risks and uncertainties, and certain

More information

FastForward TM User Guide

FastForward TM User Guide Let s play follow the leader! FastForward TM User Guide LG G4010 and G4050 Series Phones Welcome Thank you for purchasing Cingular s FastForward. Now you can easily forward incoming calls made to your

More information

LiteSpeed Fast Compression Quick Start Guide

LiteSpeed Fast Compression Quick Start Guide LiteSpeed Fast Compression Quick Start Guide Using Fast Compression Technology in LiteSpeed 6.1 Rev 47 Copyright Quest Software, Inc. 2010. ALL RIGHTS RESERVED. This guide contains proprietary information,

More information

FastForward User Guide

FastForward User Guide Let s play follow the leader! FastForward User Guide Nokia 3100, 3200, 6100, 6200 & 6800 Series Phones Welcome Thank you for purchasing Cingular s FastForward. Now you can easily forward incoming calls

More information

Connector for OpenText Content Server Setup and Reference Guide

Connector for OpenText Content Server Setup and Reference Guide Connector for OpenText Content Server Setup and Reference Guide Published: 2018-Oct-09 Contents 1 Content Server Connector Introduction 4 1.1 Products 4 1.2 Supported features 4 2 Content Server Setup

More information

StoneGate SSL VPN Release Notes for Version 1.2.0

StoneGate SSL VPN Release Notes for Version 1.2.0 StoneGate SSL VPN Release Notes for Version 1.2.0 Created: November 6, 2008 Table of Contents What s New... 3 System Requirements... 4 Build Version... 4 Product Binary Checksums... 4 Compatibility...

More information

Portfolio Accounting. The Internet-based front end for Stifel s Portfolio Accounting System.

Portfolio Accounting. The Internet-based front end for Stifel s Portfolio Accounting System. eportfolio - The Internet-based front end for Stifel s Portfolio Accounting System. Credentials Once your credentials are established, you will access Stifel s Portfolio Accounting service at https://eportfolio.stifel.com.

More information

Compatibility Matrixes for VMware vcenter Site Recovery Manager 4.0 and Later

Compatibility Matrixes for VMware vcenter Site Recovery Manager 4.0 and Later Compatibility Matrixes for VMware vcenter Site Recovery Manager 4.0 and Later Last Updated: 07 October 2010 The following sections describe version compatibilities for VMware vcenter Site Recovery Manager

More information

Release Process for ProVision Software

Release Process for ProVision Software For the HP 8200zl, 6600, 6200yl, 5400R zl2, 5400zl, 3800, 3500yl, 3500, 2920, 2915, 2910, 2620, 2615, and 2530 Switches This user guide describes the process for ProVision software. It is intended to help

More information

Installation Guide and Release Notes

Installation Guide and Release Notes Intel C++ Studio XE 2013 for Windows* Installation Guide and Release Notes Document number: 323805-003US 26 June 2013 Table of Contents 1 Introduction... 1 1.1 What s New... 2 1.1.1 Changes since Intel

More information

Milestone_TCIT Match Software

Milestone_TCIT Match Software Milestone_TCIT Match Software Prepared on11/24/2014 User Manual Trademarks TCIT and TCIT logo are registered trademarks of Taiwan Colour & Imaging Technology Corporation. Microsoft product names such as

More information

Getting Started GateManager5 PREMIUM Domain Administration

Getting Started GateManager5 PREMIUM Domain Administration Getting Started GateManager5 PREMIUM Domain Administration This document helps you get started with Secomea s hosted GateManager5 in relation to the GateManager 5 Domain Administration. This guide assumes

More information

DB2. Migration Guide. DB2 Version 9 GC

DB2. Migration Guide. DB2 Version 9 GC DB2 DB2 Version 9 for Linux, UNIX, and Windows Migration Guide GC10-4237-00 DB2 DB2 Version 9 for Linux, UNIX, and Windows Migration Guide GC10-4237-00 Before using this information and the product it

More information

SysInfoTools Excel Recovery

SysInfoTools Excel Recovery Table of Contents SysInfoTools Excel Recovery 1. SysInfotools Excel Recovery... 2 2. Overview... 2 3. Getting Started... 3 3.1 Installation procedure... 3 4. Order and Activation... 3 4.1 How to Order...

More information

Microsoft Dynamics GP. Working With Configurations Release 10.0

Microsoft Dynamics GP. Working With Configurations Release 10.0 Microsoft Dynamics GP Working With Configurations Release 10.0 Copyright Copyright 2008 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of

More information

Firmware Loader. Software. For support mail to: tech mca.nl See also our website: mca.com. Software Manual. Revision 1.

Firmware Loader. Software. For support mail to: tech mca.nl See also our website:  mca.com. Software Manual. Revision 1. Firmware Loader Software For support mail to: tech support@smac mca.nl See also our website: www.smac mca.com Software Manual Revision 1.0 www.ingeniamc.com Firmware Loader Software Manual Copyright and

More information

TAMS HP-IB Card for Workstations. Installation & Operation

TAMS HP-IB Card for Workstations. Installation & Operation TAMS 70488 HP-IB Card for Workstations Installation & Operation TAMS 70488 HP-IB Interface Installation & Operation Test & Measurement Systems Inc. 750 14 th Street SW Loveland, Colorado 80537 USA Telephone

More information

Computing Tools for Fixed Income

Computing Tools for Fixed Income Wisconsin School of Business December 12, 2014 Agenda for today Bloomberg commands Excel quotes through Bloomberg Excel quotes through Interactive Brokers Visual Basic programing Combining VB with streaming

More information

Secomea LinkManager Mobile and Pro-face Remote HMI Setup Guide

Secomea LinkManager Mobile and Pro-face Remote HMI Setup Guide Secomea LinkManager Mobile and Pro-face Remote HMI Setup Guide This guide explains the configuration of the environment for securely connecting the Pro-face Remote HMI to a Pro-face panel across the Internet

More information

Learning Secomea Remote Access (Using SiteManager Embedded for Windows)

Learning Secomea Remote Access (Using SiteManager Embedded for Windows) Secomea GateManager BASIC Guide Learning Secomea Remote Access (Using SiteManager Embedded for Windows) This guide is intended for first time users of the Secomea remote access solution, who need a practical

More information

DG HYP. Regular Notification - Investor Report. Remittance Distribution Data. Reference Claim Information PROVIDE-VR PLC

DG HYP. Regular Notification - Investor Report. Remittance Distribution Data. Reference Claim Information PROVIDE-VR PLC Remittance Distribution Data Reference Claim Information Beginning Balance: 187,210,383 Beginning Number of Reference Claims: 3,767 Scheduled : 7,967,953 Number of Reference Claims paid in full: 146 Received

More information

HP JetDirect Print Servers. HP JetAdmin. Setup Guide

HP JetDirect Print Servers. HP JetAdmin. Setup Guide R HP JetDirect Print Servers HP JetAdmin Setup Guide Setup Guide HP JetAdmin Copyright Hewlett-Packard Company 2000 All rights reserved. Reproduction, adaptation, or translation without prior written

More information

Interactive Graphing for the TIN83 Plus

Interactive Graphing for the TIN83 Plus Interactive Graphing for the TIN83 Plus Important information... 2 What is Interactive Graphing?... 3 Downloading Interactive Graphing from a PC... 3 Downloading Interactive Graphing from another TIN83

More information

Stonesoft Management Center. Release Notes for Version 5.6.1

Stonesoft Management Center. Release Notes for Version 5.6.1 Stonesoft Management Center Release Notes for Version 5.6.1 Updated: January 9, 2014 Table of Contents What s New... 3 Fixes... 3 System Requirements... 6 Basic Management System Hardware Requirements...

More information

HPE Operations Agent. License Guide. Software Version: Windows, HP-UX, Linux, Solaris and AIX. Document Release Date: December 2016

HPE Operations Agent. License Guide. Software Version: Windows, HP-UX, Linux, Solaris and AIX. Document Release Date: December 2016 HPE Operations Agent Software Version: 12.02 Windows, HP-UX, Linux, Solaris and AIX License Guide Document Release Date: December 2016 Software Release Date: December 2016 Legal Notices Warranty The only

More information

Workshare Compare Server 9.5.2

Workshare Compare Server 9.5.2 Workshare Compare Server 9.5.2 Release Notes May 2018 9.5.2.4144 Table of Contents Introduction...3 What s New in Workshare Compare Server 9.5.2...3 System Requirements...4 Hardware...4 Supported operating

More information