/** * Copyright (C) 2014 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.analytics.financial.instrument.annuity; /** * The day type for offsets. */ public enum OffsetType { /** * Business day offset. */ BUSINESS, /** * Calendar day offset. */ CALENDAR }