/** * Copyright (C) 2015 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.strata.report.framework.format; /** * Enumerates the report output formats. */ public enum ReportOutputFormat { /** * The ASCII table format. */ ASCII_TABLE, /** * The CSV format. */ CSV }